]> git.ipfire.org Git - thirdparty/zstd.git/commit
added ZSTD_estimateCDictSize() and ZSTD_estimateDDictSize()
authorYann Collet <cyan@fb.com>
Tue, 9 May 2017 00:51:49 +0000 (17:51 -0700)
committerYann Collet <cyan@fb.com>
Tue, 9 May 2017 00:51:49 +0000 (17:51 -0700)
commita1d6704d7f63fb9ad177a8364a40385206d21b53
treeea2dedbb6d6d06c6e39f447a584eba9bc41a7020
parent7855366598f3287974fba8a0ff4d32de56d9efcd
added ZSTD_estimateCDictSize() and ZSTD_estimateDDictSize()

it complements ZSTD_estimateCCtxSize()
for the special case of ZSTD_initCStream_usingDict()
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/decompress/zstd_decompress.c
lib/zstd.h
tests/fuzzer.c