]> git.ipfire.org Git - thirdparty/zstd.git/commit
Adjust advanced parameters to source size
authorNick Terrell <terrelln@fb.com>
Thu, 14 Jun 2018 23:24:18 +0000 (16:24 -0700)
committerNick Terrell <terrelln@fb.com>
Mon, 18 Jun 2018 22:49:31 +0000 (15:49 -0700)
commit3841dbac84ae8d2e2d288a200fd18c28fafed0ae
treecd19c0ddcdc428c488106d6a5f8e943d3bc3a499
parentf70f829ff5be535719d4f00a8c945d08a35e6229
Adjust advanced parameters to source size

In the new advanced API, adjust the parameters even if they are explicitly
set. This mainly applies to the `windowLog`, and accordingly the `hashLog`
and `chainLog`, when the source size is known.
lib/compress/zstd_compress.c
lib/compress/zstd_ldm.c
lib/compress/zstdmt_compress.c
programs/fileio.c