]> git.ipfire.org Git - thirdparty/zstd.git/commit
Simplify DDS Hash Table Construction
authorW. Felix Handte <w@felixhandte.com>
Thu, 20 Aug 2020 15:40:47 +0000 (11:40 -0400)
committerW. Felix Handte <w@felixhandte.com>
Thu, 10 Sep 2020 22:51:52 +0000 (18:51 -0400)
commit9e83c782f828f5a2f2ba6c48af74caf12be6c4f9
tree0b126a6a7c91ab7354f0ea0a7c9057fcd8e79fd4
parentad9f98ac3f74b59c09ddf76a281af6e4b5ea32a6
Simplify DDS Hash Table Construction

No need to walk the chainTable; we can just keep shifting the entries in the
hashTable.
lib/compress/zstd_lazy.c