You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrea Sacchetti Picchio 4d04ee3bd5
ham/cm256cc: Updated for version 1.1.1.
1 year ago
..
README ham/cm256cc: Added (Fast GF(256) Cauchy MDS Block Erasure Codec). 2 years ago
cm256cc.SlackBuild ham/cm256cc: Updated for version 1.1.1. 1 year ago
cm256cc.info ham/cm256cc: Updated for version 1.1.1. 1 year ago
slack-desc ham/cm256cc: Added (Fast GF(256) Cauchy MDS Block Erasure Codec). 2 years ago

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.