The fec package
This code, based on zfec by Zooko, based on code by Luigi Rizzo implements an erasure code, or forward error correction code. The most widely known example of an erasure code is the RAID-5 algorithm which makes it so that in the event of the loss of any one hard drive, the stored data can be completely recovered. The algorithm in the zfec package has a similar effect, but instead of recovering from the loss of only a single element, it can be parameterized to choose in advance the number of elements whose loss it can tolerate.
Properties
| Versions | 0.1, 0.1.1 |
|---|---|
| Dependencies | base, bytestring (≥0.9) |
| License | GPL |
| Author | Adam Langley <agl@imperialviolet.org> |
| Maintainer | Adam Langley <agl@imperialviolet.org> |
| Stability | provisional |
| Category | Codec |
| Home page | http://allmydata.org/source/zfec |
| Upload date | Mon Jan 21 18:42:02 UTC 2008 |
| Uploaded by | AdamLangley |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8, ghc-7.0 |
Modules
- Codec
Downloads
- fec-0.1.1.tar.gz (Cabal source package)
- package description (included in the package)