Expand description
Building blocks for rapidgzip’s speculative marker/window algorithm.
These types are public only as a module for architectural documentation and
focused benchmarking; the stable decoder API exposes only validated
crate::DeflateIndex checkpoints, not these internal speculative blocks.
Structs§
- Marker
Buffer - Speculative output retaining unknown predecessor-window references.
- Symbol
- A speculative decoded symbol.
- Window
- A predecessor window in oldest-to-newest order.
Enums§
- Marker
Error - Marker construction or resolution failure.