minio/erasure/isal
Harshavardhana 1e7515a7df Add erasure coding and decoding using Intel Storage Acceleration library
- move contrib/erasure --> contrib/isal
 - bring in low level 'isal' package for Go for exposing C functions
 - Implement Erasure 'encoding'
   Supports - Reed Solomon Codes, Cauchy Codes
 - Implement Erasure 'decoding'
   Supports - Reed Solomon Codes, Cauchy Codes
 - Renames Minios -> Minio at all the references
2014-11-13 15:20:18 -08:00
..
docs Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
include Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
src Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
.gitignore Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
LICENSE Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
LICENSE.INTEL Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
make.inc Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
Makefile Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
Makefile.nmake Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
README.md Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
RELEASE-NOTES.INTEL Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00

  • Install 'build-essential'
  # apt-get install build-essential -y
  • Install 'yasm'
  # apt-get install yasm -y