Expand description
Delta deduplication using KMP and Rolling Hash algorithms.
Modules§
- boundary
- Boundary module for inherently iterative deduplication algorithms.
- kmp_
matcher - rolling_
hash
Structs§
- Delta
Deduplicator - Delta deduplicator using rolling hash and KMP.
- Overlap
Score - Score representing the “strength” of an overlap.
- Overlap
Thresholds - Configuration for strong overlap detection.
- Real
Threshold Environment - Production implementation that reads from actual environment.
Traits§
- Threshold
Environment - Trait for accessing environment variables.
Functions§
- get_
overlap_ thresholds - get_
overlap_ thresholds_ with_ env - Testable variant that accepts an environment trait for dependency injection.