package reed-solomon-erasure
OCaml implementation of Reed-Solomon erasure coding
Install
Dune Dependency
Authors
Maintainers
Sources
ocaml-reed-solomon-erasure-v1.0.2.tar.gz
sha256=25167ef175f7bd878d4d022ef7fe2aeb1e80365abc34c3f50ebe505702222db8
md5=39072282904c8a5dfc3af7b326dc1156
doc/CHANGELOG.html
1.0.2
Fixed benchmark data
- Previously used MB=10^6 bytes while I should have used MB=2^20 bytes
Table in README has been updated accordingly
- The data is obtained by measuring again with the corrected
benchmark/bench.ml
code
- The data is obtained by measuring again with the corrected
- Minor doc fix
- Migrated from jbuilder to dune
Improved performance of pure OCaml Galois code
- This means in pure OCaml mode, the library has significantly improved performance compared to previous versions
1.0.1
Fixed misuse of
==
operator in.ml
files- Replaced with
=
operator
- Replaced with
1.0.0
- Base version