]> git.ipfire.org Git - thirdparty/zstd.git/commit
Only Allow Dedicated Dict Search for Dicts Loaded in 1 Chunk
authorW. Felix Handte <w@felixhandte.com>
Wed, 2 Sep 2020 21:15:31 +0000 (17:15 -0400)
committerW. Felix Handte <w@felixhandte.com>
Fri, 11 Sep 2020 02:10:02 +0000 (22:10 -0400)
commit13c5ec3e413af3157b9bef5ed3eea42e5fb3ff18
treeae1158579ffc7975a6734caccad7817362f6ed28
parent005ceaa0528f69afae5fb6ed0d28a7bd925dd1e8
Only Allow Dedicated Dict Search for Dicts Loaded in 1 Chunk

The load algorithm requires we do it all in one go.
lib/compress/zstd_compress.c