]> git.ipfire.org Git - thirdparty/zstd.git/commit
reduced memory usage
authorYann Collet <cyan@fb.com>
Sat, 1 Feb 2025 02:19:45 +0000 (18:19 -0800)
committerYann Collet <cyan@fb.com>
Thu, 6 Feb 2025 02:42:00 +0000 (18:42 -0800)
commit220abe6da857142305ab7337b346c826856bcfd1
tree032e910829d21cd5c879b72d0f39038d98bb00b2
parent85a44b233accb544d89c85b804182e3f34e8d4b1
reduced memory usage

by avoiding to duplicate in memory
a dictionary that was passed by reference.
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_lazy.c
lib/compress/zstd_opt.c
lib/compress/zstdmt_compress.c
lib/compress/zstdmt_compress.h