Structs§
- Inflate
Reader - Streaming zlib reader: decompresses
inputincrementally into a small accumulation buffer, so a caller can parse length-delimited records as they become available and discard consumed bytes — peak memory stays ~the largest single record being buffered, not the whole decompressed blob.
Functions§
- decompress_
zlib_ pooled - Decompress zlib data using a pooled decompressor.