]> git.ipfire.org Git - thirdparty/zstd.git/commit
updated compression level table for btlazy2
authorYann Collet <cyan@fb.com>
Sat, 30 Dec 2017 10:37:18 +0000 (11:37 +0100)
committerYann Collet <cyan@fb.com>
Sat, 30 Dec 2017 10:40:35 +0000 (11:40 +0100)
commita68b76afefec6876f8e8a538155109a5aeac0143
treec0c9a04278edae039a6e8bdc37375dc223df3363
parenteb52e2f45e91bfea0531b2e23ca13c44a0837b83
updated compression level table for btlazy2

now selected for levels 13, 14 and 15.

Also : dropped the requirement for monotonic memory budget increase of compression levels,,
which was required for ZSTD_estimateCCtxSize()
in order to ensure that a memory budget for level L is large enough for any level <= L.
This condition is now ensured at run time inside ZSTD_estimateCCtxSize().
lib/compress/zstd_compress.c