mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
6851117d98
Zfec is a fast erasure codec which can be used with the command-line, C, Python, or Haskell.
11 lines
438 B
Plaintext
11 lines
438 B
Plaintext
A fast erasure codec which can be used with the command-line, C,
|
|
Python, or Haskell.
|
|
|
|
Fast, portable, programmable erasure coding a.k.a. "forward error
|
|
correction": the generation of redundant blocks of information such
|
|
that if some blocks are lost then the original data can be recovered
|
|
from the remaining blocks. The zfec package includes command-line
|
|
tools, C API, Python API, and Haskell API.
|
|
|
|
WWW: http://pypi.python.org/pypi/zfec/
|