zlib replacement with optimizations for "next generation" systems.
-
Updated
Nov 3, 2024 - C
zlib replacement with optimizations for "next generation" systems.
General purpose C sourcecode collection
Perl5 interface to zlib compression library
Decode .png & .gz files
Basic Archiver with LZ file compression
Compression and decompression utility
single header libraries for C/C++
deflate is low level gzip utility based on zlib to create a deflate streams i.e. gzip without checksum
DEFLATE compressor/decompressor implementation
Radically unbloated DEFLATE/zlib/gzip compression/decompression library. Can decompress any gzip/zlib data, and offers simplified compressor which produces gzip-compatible output, while requiring much less resources (and providing less compression ratio of course).
This project offers a simplified compressor that produces Gzip-compatible output with small resources for microcontrollers and edge computers. He uses the very basic LZ77 compression algorithm and static Deflate Huffman tree encoding to compress / decompress data into Gzip files.
Heavily optimized zlib compression algorithm
Minimalistic compression library conforming (a subset of) Zlib's interface, including streaming operation
Add a description, image, and links to the deflate topic page so that developers can more easily learn about it.
To associate your repository with the deflate topic, visit your repo's landing page and select "manage topics."