data compression library for embedded/real-time systems
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
New generation entropy codecs : Finite State Entropy and Huff0
The main features of cyan4973/finitestateentropy are: Compression Libraries, Windows Environments.
Open-source alternatives to cyan4973/finitestateentropy include: atomicobject/heatshrink — data compression library for embedded/real-time systems. libarchive/libarchive — Multi-format archive and compression library. antirez/smaz — Small strings compression library. 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.…