slackbuilds/ham/cm256cc
Andrea Sacchetti Picchio d75b07fc72
ham/cm256cc: Added (Fast GF(256) Cauchy MDS Block Erasure Codec).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-12-15 00:11:11 +07:00
..
README ham/cm256cc: Added (Fast GF(256) Cauchy MDS Block Erasure Codec). 2023-12-15 00:11:11 +07:00
cm256cc.SlackBuild ham/cm256cc: Added (Fast GF(256) Cauchy MDS Block Erasure Codec). 2023-12-15 00:11:11 +07:00
cm256cc.info ham/cm256cc: Added (Fast GF(256) Cauchy MDS Block Erasure Codec). 2023-12-15 00:11:11 +07:00
slack-desc ham/cm256cc: Added (Fast GF(256) Cauchy MDS Block Erasure Codec). 2023-12-15 00:11:11 +07:00

README

Fast GF(256) Cauchy MDS Block Erasure Codec in C++.

This is the rewrite in (as much as possible) clean C++ of cm256.

cm256cc is a simple library for erasure codes. From given data it
generates redundant data that can be used to recover the originals.

Currently only g++ is supported, other versions of MSVC than Visual
Studio 2013 may work. Optimizations for both SSE3 (x86_64) and Neon
(armv7) are available.