zstd/lib/compress
W. Felix Handte 6ca5f42402 Rewrite step to Track Increment Between Pairs of Positions
The position updates are rewritten from `ip[N] = ip[N-1] + step` to be
`ip[N] = ip[N-2] + step`. This lets us only deal with the asymmetric spacing
of gaps at setup and then we only have to keep a single `step` variable.

This seems to work quite well on GCC and Clang!
2021-12-13 14:48:26 -05:00
..
2021-09-15 09:51:42 -07:00
2021-11-13 10:04:04 +02:00
2021-12-01 17:43:46 -08:00
2021-11-13 10:04:04 +02:00