]> git.ipfire.org Git - thirdparty/zstd.git/commit
update table levels for blocks <= 16K
authorYann Collet <cyan@fb.com>
Wed, 16 May 2018 23:13:37 +0000 (16:13 -0700)
committerYann Collet <cyan@fb.com>
Wed, 16 May 2018 23:13:37 +0000 (16:13 -0700)
commit63eeeaa1dd60022e657c95317bdd15aeae4436d9
tree1f90f3aa8309943fde5f642f811dbfd1e7560676
parentc8c67f7c84e34b54046b6d9b40b9018652bec944
update table levels for blocks <= 16K

also : allow hlog to be slighly larger than windowlog,
as it's apparently good for both speed and compression ratio.
lib/compress/zstd_compress.c