awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesTable-Driven CRC Algorithms

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.

Awesome Table-Driven CRC Algorithms GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • madler/zlibAvatar de madler

    madler/zlib

    6,687Voir sur GitHub↗

    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.

    C
    Voir sur GitHub↗6,687
  1. Home
  2. Data & Databases
  3. Row-wise Transformations
  4. Table-Driven CRC Algorithms