zstd/lib/compress
Yann Collet a30febaeeb Made fast strategy compatible with new offset validation strategy
fast mode does the same thing as before :
it pre-emptively invalidates any index that could lead to offset > maxDistance.
It's supposed to help speed.

But this logic is performed inside zstd_fast,
so that other strategies can select a different behavior.
2019-05-31 16:34:55 -07:00
..
2019-04-12 11:18:11 -07:00
2019-04-12 11:18:11 -07:00
2019-04-12 11:18:11 -07:00