package reed-solomon-erasure

  1. Overview
  2. No Docs
OCaml implementation of Reed-Solomon erasure coding

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-reed-solomon-erasure-v1.0.1.tar.gz
md5=0f58928d8b29de0081a5f5ffda89b070

Description

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.

Published: 29 Jun 2018

Dependencies (7)

  1. ctypes-foreign
  2. ctypes
  3. core_kernel
  4. bisect_ppx build & < "2.6.0"
  5. cppo build
  6. jbuilder >= "1.0+beta7"
  7. ocaml >= "4.06"

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. dune