How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
data compression library for embedded/real-time systems
The main features of atomicobject/heatshrink are: Compression Libraries, Data Processing, Windows Environments.
Projects with overlapping indexed features include: antirez/smaz — Small strings compression library. libarchive/libarchive — Multi-format archive and compression library. cyan4973/finitestateentropy — New generation entropy codecs : Finite State Entropy and Huff0. ariya/fastlz — Small & portable byte-aligned LZ77 compression. google/brotli — Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce… klauspost/compress — This is a high-performance Go compression library providing implementations of Zstandard, Snappy, and Huffman coding.…
New generation entropy codecs : Finite State Entropy and Huff0
Brotli is a lossless data compression library and engine that uses dictionary coding and frequency analysis to reduce file sizes. It provides tools for shrinking data streams and files while ensuring every bit of original information is preserved for perfect restoration. The project focuses on optimizing web content and network bandwidth by reducing the size of HTML, CSS, and JavaScript files. It is designed for integration into web servers and browsers to improve the efficiency of data transmission. The library includes capabilities for both compressing and decompressing data streams. It al