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