软件包:python3-pyeclib(1.6.0-8)
python3-pyeclib 的相关链接
Debian 的资源:
下载源码包 python-pyeclib:
- [python-pyeclib_1.6.0-8.dsc]
- [python-pyeclib_1.6.0.orig.tar.xz]
- [python-pyeclib_1.6.0-8.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
interface for implementing erasure codes - Python 3.x
This library provides a simple Python interface for implementing erasure codes. To obtain the best possible performance, the underlying erasure code algorithms are written in C.
This library makes use of Jerasure for Reed-Solomon and provides its own flat XOR-based erasure code encoder and decoder. Currently, it implements a specific class of HD Combination Codes (see "Flat XOR-based erasure codes in storage systems: Constructions, efficient recovery, and tradeoffs" in IEEE MSST 2010). These codes are well-suited to archival use-cases, have a simple construction and require a minimum number of participating disks during single-disk reconstruction (think XOR-based LRC code).
其他与 python3-pyeclib 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: liberasurecode1 (>= 1.6.0)
- support of multiple erasure code backends - shared library
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-six (>= 1.9.0)
- Python 2 and 3 compatibility library