Skip to main content

Module deflate_scan

Module deflate_scan 

Source
Expand description

DEFLATE full-flush boundary scanner — crate-local parallel split.

The SIMD scanner itself now lives in the shared linflate crate (linflate::deflate_scan); this module keeps only this codec’s rayon-based parallel split-point search, which uses the crate’s own thread pool.

Structs§

FlushBoundary
A full-flush boundary.

Functions§

find_all_flushes
Find all full-flush boundaries in buf (raw, unvalidated scanner).
split_boundaries_parallel
Parallel split-point search: N−1 gatling workers each find the nearest flush boundary at or after their nominal byte offset.