Commit graph

4 commits

Author SHA1 Message Date
Frederick F. Kautz IV 1a6b9ccfc8 Fixing isal compile from root, workaround for https://code.google.com/p/go/issues/detail?id=7891 2014-11-22 13:09:05 -08:00
Harshavardhana 22853ed1d9 Use DeepEquals instead of bytes Compare 2014-11-17 00:06:42 -08:00
Harshavardhana 6a6dac8365 erasure: Coding blocks during encoding were garbage, fixes #21 2014-11-13 21:48:04 -08:00
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