パッケージ: python3-pyeclib (1.5.0-4)
python3-pyeclib に関するリンク
Debian の資源:
python-pyeclib ソースパッケージをダウンロード:
- [python-pyeclib_1.5.0-4.dsc]
- [python-pyeclib_1.5.0.orig.tar.xz]
- [python-pyeclib_1.5.0-4.debian.tar.xz]
メンテナ:
- Debian OpenStack (QA ページ)
- Julien Danjou (QA ページ)
- Thomas Goirand (QA ページ)
- Mehdi Abaakouk (QA ページ)
- Gonéri Le Bouder (QA ページ)
- Ondřej Nový (QA ページ)
外部の資源:
- ホームページ [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).
This package contains the Python 3.x module.
その他の python3-pyeclib 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: liberasurecode1 (>= 1.2.0)
- support of multiple erasure code backends - shared library
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.8)
- dep: python3 (>= 3.6~)
-
- dep: python3-six (>= 1.9.0)
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)