]> git.ipfire.org Git - thirdparty/zstd.git/commit
Use All Available Space in the Hash Table to Extent Chain Table Reach
authorW. Felix Handte <w@felixhandte.com>
Fri, 4 Sep 2020 04:11:44 +0000 (00:11 -0400)
committerW. Felix Handte <w@felixhandte.com>
Fri, 11 Sep 2020 02:10:02 +0000 (22:10 -0400)
commit06d240b8a769ce5261247f52c9194cba0a4b3d9f
tree9933727bc7204b3288d543bb0d1e812e2247ae95
parentb2b0641ea03c8fe4eec3a80d04d8c7423534707f
Use All Available Space in the Hash Table to Extent Chain Table Reach

Rather than restrict our temp chain table to 2 ** chainLog entries, this
commit uses all available space to reach further back to gather longer
chains to pack into the DDSS chain table.
lib/compress/zstd_lazy.c