mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23:28 +03:00
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
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
- Install 'build-essential'
|
||||
|
||||
~~~
|
||||
# apt-get install build-essential -y
|
||||
~~~
|
||||
|
||||
- Install 'yasm'
|
||||
|
||||
~~~
|
||||
# apt-get install yasm -y
|
||||
~~~
|
||||
Reference in New Issue
Block a user