mirror of
https://github.com/facebook/zstd.git
synced 2025-10-10 00:03:36 -04:00
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.