jerasure library with packaging
 
 
 
 
 
Go to file
Kevin Greenan a6a9a0eba3 Added some performance tests, set the default GF for w=16 to SPLIT 16,4
and created function for autoconf to call during configure (spot check).
2013-10-16 09:09:02 -07:00
Examples Incorporated more of GF-Complete and added some tests... 2013-10-15 08:29:09 -07:00
Test Added some performance tests, set the default GF for w=16 to SPLIT 16,4 2013-10-16 09:09:02 -07:00
License.txt Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
README.nd Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
README.txt Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
cauchy.c Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
cauchy.h Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
cauchy_best_r6.c Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
galois.c Added some performance tests, set the default GF for w=16 to SPLIT 16,4 2013-10-16 09:09:02 -07:00
galois.h Incorporated more of GF-Complete and added some tests... 2013-10-15 08:29:09 -07:00
jerasure.c Added some performance tests, set the default GF for w=16 to SPLIT 16,4 2013-10-16 09:09:02 -07:00
jerasure.h Added some performance tests, set the default GF for w=16 to SPLIT 16,4 2013-10-16 09:09:02 -07:00
liberation.c Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
liberation.h Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
makefile makefile works on Darwin and Linux 2013-10-11 19:47:49 -07:00
reed_sol.c Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00
reed_sol.h Adding the current jerasure 1.2A 2013-10-01 13:25:12 -04:00

README.txt

This is revision 1.2A of Jerasure.  It is basically equivalent to revision 1.2
except it is released under the New BSD license.

See technical report CS-08-627 for a description of the code.  

There are two directories:

The home directory contains the jerasure code.

The Examples directory contains the example programs.  

The makefile assumes that Examples is a subdirectory of the home directory.