SlackBuildsOrg/ham/cm256cc
Andrea Sacchetti Picchio 4d04ee3bd5
ham/cm256cc: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-05-04 21:44:59 +07:00
..
cm256cc.info
cm256cc.SlackBuild
README
slack-desc

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.