pyFileFixity icon indicating copy to clipboard operation
pyFileFixity copied to clipboard

New, faster ECC libraries

Open lrq3000 opened this issue 8 years ago • 0 comments

Should implement faster ECC libraries.

C/C++ fastest ECC libraries:

  • FastECC - O(N*log(N))
  • catid's fecal (example of implementation in https://github.com/catid/siamese)
  • https://github.com/SianJhengLin/Fast-algorithms-of-Reed-Solomon-erasure-codes
  • https://github.com/Bulat-Ziganshin/FastECC/issues/4
  • Wirehair - Fast O(N) LDPC algorithm

Porting C to Python:

  • https://github.com/Bulat-Ziganshin/FastECC

lrq3000 avatar May 23 '17 14:05 lrq3000