FastECC – Reed-Solomon coder computing one million parity blocks at 1 GB/s

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
  • FastECC

    Reed-Solomon coder computing one million parity blocks at 1 GB/s. O(N*log(N)) algo employing FFT.

  • magus

    Portable high-level assembler with authentic C syntax

  • If it's any consolance, he has been commiting quite recently too. This was updated 9 days ago https://github.com/Bulat-Ziganshin/magus. So far from not alive and kicking it seems.

  • 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
  • leopard

    Leopard-RS : O(N Log N) MDS Reed-Solomon Block Erasure Code for Large Data (by catid)

  • That it uses a prime field is a bit awkward, as it requires repacking bytes to and from the field.

    Leopard (https://github.com/catid/leopard) is similarly fast but constructed over GF(2^16) so it doesn't need any repacking. OTOH, that also limits it to 2^16 packets per codeword.

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