1 Repo
Calculates a CRC value over a block of data to detect accidental changes, using bit-wise, byte-wise, or word-wise table-driven algorithms.
Distinct from Row-wise Transformations: Distinct from Row-wise Transformations: focuses on CRC computation with table-driven algorithms, not general row transformations.
Explore 1 awesome GitHub repository matching data & databases · Table-Driven CRC Algorithms. 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
Calculates CRC values using bit-wise, byte-wise, or word-wise table-driven algorithms.