Added link to ocaml-reed-solomon-erasure to README.md (#79)

master
Darren 2018-06-30 18:15:29 +10:00 committed by Klaus Post
parent 7d9453e171
commit 3133c51b91
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ By exploiting NEON instructions the performance for ARM has been accelerated. Be
# Links
* [Backblaze Open Sources Reed-Solomon Erasure Coding Source Code](https://www.backblaze.com/blog/reed-solomon/).
* [JavaReedSolomon](https://github.com/Backblaze/JavaReedSolomon). Compatible java library by Backblaze.
* [ocaml-reed-solomon-erasure](https://gitlab.com/darrenldl/ocaml-reed-solomon-erasure). Compatible OCaml implementation.
* [reedsolomon-c](https://github.com/jannson/reedsolomon-c). C version, compatible with output from this package.
* [Reed-Solomon Erasure Coding in Haskell](https://github.com/NicolasT/reedsolomon). Haskell port of the package with similar performance.
* [reed-solomon-erasure](https://github.com/darrenldl/reed-solomon-erasure). Compatible Rust implementation.