window-crc32

CRC32 with a rolling window (by sjpotter)

Window-crc32 Alternatives

Similar projects and alternatives to window-crc32

  • 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better window-crc32 alternative or higher similarity.

window-crc32 reviews and mentions

Posts with mentions or reviews of window-crc32. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-09.
  • Generic CRC algorithm generator, from Mark Adler
    3 projects | news.ycombinator.com | 9 Oct 2021
    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

Stats

Basic window-crc32 repo stats
1
1
10.0
about 4 years ago

The primary programming language of window-crc32 is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com