python-pyeclib 1.6.0-9build2 source package in Ubuntu

Changelog

python-pyeclib (1.6.0-9build2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:17:23 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc

Downloads

File Size SHA-256 Checksum
python-pyeclib_1.6.0.orig.tar.xz 5.7 MiB 0ce4184a9fc3d9d4b11e49ee406ce0497390b715a405e22976efb668bc00db72
python-pyeclib_1.6.0-9build2.debian.tar.xz 6.5 KiB 6862633daf48e3015322b1ef18cc222bbc8dff0a69d741c266795a0045e4fc17
python-pyeclib_1.6.0-9build2.dsc 2.3 KiB d2a14c677595e3b3783bbf33d63c7e30f19c37777b6abc54130a4c2ee42985dc

Available diffs

View changes file

Binary packages built by this source

python3-pyeclib: 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-dbgsym: debug symbols for python3-pyeclib