]> git.ipfire.org Git - thirdparty/zstd.git/commit
Reduce size of dctx by reutilizing dst buffer (#2751)
authorbinhdvo <binhvo@gmail.com>
Mon, 25 Oct 2021 14:38:01 +0000 (10:38 -0400)
committerGitHub <noreply@github.com>
Mon, 25 Oct 2021 14:38:01 +0000 (10:38 -0400)
commit6a7ede3dfccbf3e0a5928b4224a039c260dcff72
tree513200d4dc698bcea60fa6f7b7e8d7194849a7d5
parent0a794f5afe22a998eee6d6a07e88a5bd0bee6c05
Reduce size of dctx by reutilizing dst buffer (#2751)

* Reduce size of dctx by reutilizing dst buffer

Co-authored-by: Binh Vo <binhvo@fb.com>
lib/README.md
lib/common/zstd_internal.h
lib/decompress/zstd_decompress.c
lib/decompress/zstd_decompress_block.c
lib/decompress/zstd_decompress_block.h
lib/decompress/zstd_decompress_internal.h
tests/fullbench.c