minio/erasure
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
..
isal Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
cauchy_test.go Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
cpufeatures.c Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
cpufeatures.h Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
ctypes.go Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
decode.go Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
encode.go Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
lru.go 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
matrix_decode.c Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
matrix_decode.h Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
stdint.go Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
vandermonde_test.go Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00