FastECC
FastECC copied to clipboard
Reed-Solomon coder computing one million parity blocks at 1 GB/s. O(N*log(N)) algo employing FFT.
It's permanent topic for discussion and comparison of other ECC libraries. Fast GF(256) libraries with O(N2) speed: - [ISA-L](https://github.com/01org/isa-l): hands-down optimized asm code for SSSE3, AVX2 and AVX512. No support...
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...
Hey there, I came from this post you posted on StackOverflow (thank you very much!). Your project is very interesting and i would be very interested in including it in...
This topic is dedicated to construction of public API that the library should provide. I think, it should meet the following criteria, in the order of importance: - minimize memory...
Hi, can FastECC support progressive encoding to minimize memory usage? ISA-L can do this with the ec_encode_data_update function.