Note liberasurecode_rs_vand backend being added

This commit is contained in:
Tushar Gohad 2015-07-20 04:34:37 +00:00
parent fdb36f1e7a
commit 85fff7f2d0
1 changed files with 407 additions and 406 deletions

View File

@ -12,6 +12,7 @@ Highlights
* Pluggable Erasure Code backends - As of v1.0, liberasurecode supports the following backends:
- Native, software-only Erasure Coding implementation that supports a Reed-Solomon backend
- 'Jerasure' - Erasure Coding library that supports Reed-Solomon, Cauchy backends [1]
- 'ISA-L' - Intel Storage Acceleration Library - SIMD accelerated Erasure Coding backends [2]
- 'SHSS' - NTT Lab Japan's hybrid Erasure Coding backend [4]