]> git.ipfire.org Git - thirdparty/zstd.git/commit
Remove Chain Limit on Hash Cache Entries; Slightly Improve Compression
authorW. Felix Handte <w@felixhandte.com>
Thu, 20 Aug 2020 21:17:10 +0000 (17:17 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Sep 2020 22:51:52 +0000 (18:51 -0400)
commit7b9a755ac9a10d211c306f4ee26d7da1a9a07c96
tree7b38c65da2634da6cebccb102a81c7852e1a2e4c
parente8b4011b52c1e4ea4db46f52b77842530025841d
Remove Chain Limit on Hash Cache Entries; Slightly Improve Compression

Entries in the hashTable chain cache aren't subject to the same aliasing that
the circular chain table is subject to. As such, we don't need to stop when we
cross the chain limit. We can delve deeper. :)
lib/compress/zstd_lazy.c