Download List

프로젝트 설명

zfec is a fast, portable, and programmable
implementation of erasure coding. It includes a C
library, a Python library, and a command-line
tool. Erasure coding is also known as "forward
error correction", which is 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 RAID-5
algorithm is an erasure code, but while RAID-5 can
recover from the loss of any one element, zfec can
be parameterized to choose in advance the number
of elements whose loss it can tolerate.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-02-01 20:41
1.4.16

향상된 테스트 및 포장.
Improved tests and packaging.

2010-09-30 23:46
1.4.7

몇 가지 빌드 문제가 수정되었습니다.
A few build issues were fixed.

2007-09-20 02:58
1.0.4

setuptools와 포장 / easy_install. 만약 당신이 easy_install (Python이 도구를 설치)이있다면 다운로드 수 zfec 명령줄에서 "easy_install zfec"와 함께 설치합니다.
Tags: Minor feature enhancements
Packaged with setuptools/easy_install. If you have easy_install (the Python install tool), then you can download and install zfec with the command line "easy_install zfec".

2007-06-04 16:33
1.0.1

설치 및 설명서를 개선했다.
Tags: Documentation
Installation and documentation were improved.

2007-04-21 21:54
1.0.0a3

Tags: Major feature enhancements

Project Resources