-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternatives to FastECC #4
Comments
I released a new library here recently that is also not MDS: https://github.com/catid/fecal |
it's 8-bit RS coder, you should compare speeds to ISA-L and CM256. Probably they are the same since arithmetic is well-established |
Around Gf(2^16) RS there is https://github.com/catid/leopard and the rust implementation of it in https://github.com/w3f/rs-ec-perf |
Hi, I believe ISA-L also supports aarch64 now |
It's permanent topic for discussion and comparison of other ECC libraries.
Fast GF(256) libraries with O(N2) speed:
Fast O(N) LDPC algorithm:
I will add more libraries and comparison later...
The text was updated successfully, but these errors were encountered: