Generic CRC algorithm generator, from Mark Adler

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • crcany

    Compute any CRC, a bit at a time, a byte at a time, and a word at a time.

  • crc-any

    To compute CRC values by providing the length of bits, expression, reflection, an initial value and a final xor value. It has many built-in CRC functions.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • window-crc32

    CRC32 with a rolling window

  • I think most CRC libraries should have a rolling implemenation built in (i.e. as you read bit by bit, or word by word, it calculates the crc for the last N bits (i.e. a rolling crc32 would allow you to read bit by bit and get the crc for the last 32 bits read). Its actually relatively straight forward to do, and surprisingly useful, but post libraries don't implement it.

    my practice code at implementing it for fun: https://github.com/sjpotter/window-crc32

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Umbra: A Disk-Based System with In-Memory Performance [pdf]

    1 project | news.ycombinator.com | 2 May 2024
  • Show HN: Decentralized Forum

    1 project | news.ycombinator.com | 2 May 2024
  • At Microsoft, years of security debt come crashing down

    1 project | news.ycombinator.com | 2 May 2024
  • How to Boost SEO by Enhancing HTML with Microdata

    1 project | dev.to | 1 May 2024
  • Serverless Doesn't Stand Still

    1 project | dev.to | 1 May 2024