reed-solomon-erasureversion
OCaml implementation of Reed-Solomon erasure coding
This library provides an encoder/decoder for Reed-Solomon erasure code.
Please note that erasure coding means errors are not directly detected or corrected, but missing data pieces(shards) can be reconstructed given that the configuration provides high enough redundancy.
You will have to implement error detection separately(e.g. via checksums) and simply leave out the corrupted shards when attempting to reconstruct the missing data.
Author | Darren Ldl <darrenldldev@gmail.com> |
---|---|
License | MIT |
Published | |
Homepage | https://gitlab.com/darrenldl/ocaml-reed-solomon-erasure |
Issue Tracker | https://gitlab.com/darrenldl/ocaml-reed-solomon-erasure/issues |
Maintainer | Darren Ldl <darrenldldev@gmail.com> |
Dependencies |
|
Conflicts | |
Source [http] | https://gitlab.com/darrenldl/ocaml-reed-solomon-erasure/-/archive/v1.0.1/ocaml-reed-solomon-erasure-v1.0.1.tar.gz sha256=0d45118bc1ed3e1b8a4c8c05be9d8ad759e69d3b755b9448f7e35ac77da0ee2d md5=0f58928d8b29de0081a5f5ffda89b070 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/reed-solomon-erasure/reed-solomon-erasure.1.0.1/opam |
No package is dependent