]> git.ipfire.org Git - thirdparty/zstd.git/commit
updated ZSTD_estimate?DictSize() to pass parameter byReference
authorYann Collet <cyan@fb.com>
Thu, 25 May 2017 22:07:37 +0000 (15:07 -0700)
committerYann Collet <cyan@fb.com>
Thu, 25 May 2017 22:07:37 +0000 (15:07 -0700)
commit25989e361c70d6ab85ece7f864dab60cf3164183
tree3b069f89ef4bfb098816b3f4e5a47f608f6b5f02
parent0fdc71c3dc1e8cbef7416218c46d39ad0631381a
updated ZSTD_estimate?DictSize() to pass parameter byReference

resulting ?Dict object is smaller when created byReference.
Seems better than a documentation note.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/decompress/zstd_decompress.c
lib/zstd.h
tests/fuzzer.c
tests/zstreamtest.c