Skip to main content

Module parallel

Module parallel 

Source
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§

MarkerBuffer
Speculative output retaining unknown predecessor-window references.
Symbol
A speculative decoded symbol.
Window
A predecessor window in oldest-to-newest order.

Enums§

MarkerError
Marker construction or resolution failure.