Bulat-Ziganshin / FastECC

Reed-Solomon coder computing one million parity blocks at 1 GB/s. O(N*log(N)) algo employing FFT.
Apache License 2.0
409 stars 39 forks source link

v0.2 decoder #7

Open itsmeknt opened 6 years ago

itsmeknt commented 6 years ago

Hi Bulat,

I am interested in this project and would love to use it for a database shard application. I was wondering what the status is for the decoder?

If this project is inactive, I can read up on the papers and attempt to write the code myself.