3 Repos
Reduction of arbitrary data size without losing information, using deflate, zlib, or gzip formats.
Distinct from Data Compression Algorithms: Distinct from Data Compression Algorithms: specifies lossless compression with deflate/zlib/gzip output, not general algorithms.
Explore 3 awesome GitHub repositories matching data & databases · Lossless Compressors. 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
Reduces data size losslessly using the deflate algorithm, outputting in zlib, gzip, or raw deflate format.
Snappy is a high-performance lossless compression library implemented in C++. It provides data reduction methods that perfectly restore original information, focusing on system-level efficiency and processing velocity across different platforms. The library prioritizes high-speed data compression and decompression over achieving the maximum possible compression ratio. It is designed for real-time stream compression to reduce bandwidth usage without introducing significant processing latency. The implementation covers high-velocity data shrinking and rapid restoration. It includes resilient d
Implements a lossless compression algorithm that perfectly restores original information.
This project is a comprehensive computer networking textbook and instructional resource. It serves as a technical guide for the design and implementation of network layers, protocols, and hardware architecture, covering the spectrum from physical links to application-layer protocols. The content provides a detailed study of standards for congestion control, reliable data delivery, and internetwork routing. It includes specialized technical material on network security, public-key infrastructure, and the operation of modern cloud infrastructure and data centers. The material covers a broad ra
Describes the use of probability-based symbol encoding to achieve lossless data compression.