]> git.ipfire.org Git - thirdparty/zstd.git/commit
Advance Long Index Lookup (+0.5% Speed)
authorW. Felix Handte <w@felixhandte.com>
Wed, 8 Sep 2021 20:15:01 +0000 (16:15 -0400)
committerW. Felix Handte <w@felixhandte.com>
Tue, 5 Oct 2021 18:54:37 +0000 (14:54 -0400)
commit6ae44c0db8d9832dd6d1ac8cdd3435dd686c0d0a
treefd9ba7dd5b742b370a9010b74727f8a4a2a54677
parent2ddef7c872c123383aa8b998a3b428bf359a8ce0
Advance Long Index Lookup (+0.5% Speed)

This lookup can be advanced to before the short match check because either way
we will use it (in the next loop iter or in `_search_next_long`).
lib/compress/zstd_double_fast.c