Harshavardhana
|
7314b5e37d
|
Fixes #71 - some crazy races inside erasure and simplify the code
- This change also brings in changing 'unsigned char' to 'uint8_t'
for brevity
|
10 years ago |
Harshavardhana
|
0c4dd8f5fa
|
Avoid linux to be hard dependency on build
|
10 years ago |
Harshavardhana
|
4d7c1e3b68
|
Decoding bug fixes #42
|
10 years ago |
Frederick F. Kautz IV
|
3da8e53ab8
|
Exposing NewEncoder since GetEncoder is no longer around
|
10 years ago |
Harshavardhana
|
17a23876a2
|
Rename NewEncoder-->newEncoder
|
10 years ago |
Harshavardhana
|
922e6bac0b
|
Erasure restructuring
|
10 years ago |
Frederick F. Kautz IV
|
9ef1ef5c8c
|
Removing LRU from erasure package
|
10 years ago |
Harshavardhana
|
3cefaf5ad8
|
Restructure directory, add 'pkgs' folder now
|
10 years ago |
Harshavardhana
|
6592ef3bd2
|
Make use of LRU and higher order erasure functions
|
10 years ago |
Frederick F. Kautz IV
|
1a6b9ccfc8
|
Fixing isal compile from root, workaround for https://code.google.com/p/go/issues/detail?id=7891
|
10 years ago |
Harshavardhana
|
6a6dac8365
|
erasure: Coding blocks during encoding were garbage, fixes #21
|
10 years ago |
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
|
10 years ago |