]> git.ipfire.org Git - thirdparty/zstd.git/commit
ZSTD_estimateCCtx_advanced()
authorYann Collet <cyan@fb.com>
Mon, 26 Jun 2017 22:52:39 +0000 (15:52 -0700)
committerYann Collet <cyan@fb.com>
Mon, 26 Jun 2017 22:52:39 +0000 (15:52 -0700)
commit31af8290d155091f99c42da7b3787964ca4b37d7
treec772e6a02ea31a3757227d046193a5b408886039
parent379f9d874d578111c611b2262211aa763171a94c
ZSTD_estimateCCtx_advanced()

ZSTD_estimateCCtx() is now a "simple" function,
taking int compressionLevel as single argument.

ZSTD_estimateCCtx_advanced() takes a CParams argument,
which is both more complete and more complex to generate.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
tests/paramgrill.c