]> git.ipfire.org Git - thirdparty/zstd.git/commit
Stagger Application of `stepSize` in ZSTD_fast
authorW. Felix Handte <w@felixhandte.com>
Fri, 10 Dec 2021 20:44:39 +0000 (15:44 -0500)
committerW. Felix Handte <w@felixhandte.com>
Fri, 10 Dec 2021 21:44:23 +0000 (16:44 -0500)
commit22501cd28323354981f5328c9de4f33bdeed874f
treedee0f22ed9e4ec97d6a94514a33ea100e873aa1a
parent4cc5e2818a4db99ebf7b5bf1a46258927c5ffa3a
Stagger Application of `stepSize` in ZSTD_fast

This replicates the behavior of @terrelln's `ZSTD_fast` implementation. That
is, it always looks at adjacent pairs of positions, and only applies the
acceleration every other position. This produces a more fine-grained
acceleration.
lib/compress/zstd_fast.c