1 Repo
Processes raw deflate compressed data without any wrapper format, suitable for embedding in custom containers or protocols.
Distinct from Write Compression: Distinct from Write Compression: focuses on raw deflate streams without wrappers, not general write-time compression.
Explore 1 awesome GitHub repository matching data & databases · Raw Deflate Stream Processing. Refine with filters or upvote what's useful.
zlib is a lossless data compression library that implements the deflate compression algorithm, combining LZ77 sliding window and Huffman coding. It provides the core compression and decompression engines, along with support for gzip, zlib, and raw deflate stream formats, enabling data to be compressed and restored without any loss of information. The library offers a range of capabilities for handling compressed data, including single-call memory and file operations, as well as incremental stream-based processing for working with data larger than available memory. It includes mechanisms for a
Processes raw deflate streams without wrapper formats for custom containers or protocols.