Create an Internal RS Encoder/Decoder

Issue #16 resolved
Kevin Greenan created an issue

There are cases where folks do not want to use Jerasure/gf-complete or ISA-L, but still want to use a performant version of Reed-Solomon. I am 70-80% done with writing a RS codec (yet again) from scratch. It will be included with liberasurecode, similar to XOR codes.

Comments (4)

  1. Kevin Greenan reporter

    Done. It is way slower than jerasure and ISA-L, but it is also SIMD-less.

    If people complain, I have a few more tricks I can use to get better performance.

  2. Log in to comment