zstd/lib/compress
W. Felix Handte 82a49c88f9 Increment Step by 1 not 2
I couldn't find a good way to spread `ip0` and `ip1` apart when we accelerate
due to incompressible inputs. (The methods I tried slowed things down quite a
bit.)

Since we aren't splaying ip0 and ip1 apart (which would be like `0_1_2_3_`, as
opposed to the `01__23__` we were actually doing), it's a big ambitious to
increment `step` by 2. Instead, let's increment it by 1, which has the benefit
sliiightly improving compression. Speed remains pretty much unchanged.
2021-12-13 16:59:33 -05:00
..
2021-09-15 09:51:42 -07:00
2021-11-13 10:04:04 +02:00
2021-12-13 16:59:33 -05:00
2021-12-01 17:43:46 -08:00
2021-11-13 10:04:04 +02:00