Expand description
Vectorized (SIMD) string matching for improved compression ratios
Provides an enhanced LZ77 matcher that uses longer hash chains and wider match scanning for text-heavy data. Activation is gated by a heuristic that checks string density (printable ASCII ratio > 70%) and entropy (< 6.0 bits/byte).
Functionsยง
- should_
use_ vectorized - Decide whether vectorized matching should be used for the given data.