summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2015-02-24 18:47:17 -0700
committerTushar Gohad <tushar.gohad@intel.com>2015-02-25 10:34:16 -0700
commite5c629643a1f64c94845ccd32a9773d71bc5b458 (patch)
tree81fc8600da16373bca19651d502ac5505170ace2 /README.md
parentaed012b0ec6538f5fd124d1534ed7b2c83ae0c07 (diff)
downloadliberasurecode-e5c629643a1f64c94845ccd32a9773d71bc5b458.tar.gz
Update references to external projects
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index 825d8cc..a0155b0 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,12 @@ Highlights
* Unified Erasure Coding interface for common storage workloads.
- * Pluggable Erasure Code backends - As of v1.0-rc1, liberasurecode supports 'Jerasure' (Reed-Solomon, Cauchy), 'ISA-L' (Intel Storage Acceleration Library), 'Flat XOR HD' backends. A template 'NULL' backend is implemented to help future backend writers.
+ * Pluggable Erasure Code backends - As of v1.0-rc1, liberasurecode supports the following backends:
+
+ - 'Jerasure' - Erasure Coding library that supports Reed-Solomon, Cauchy backends [1]
+ - 'ISA-L' - Intel Storage Acceleration Library - SIMD accelerated Erasure Coding backends [2]
+ - 'Flat XOR HD' - built-in to liberasurecode, based on [3]
+ - 'NULL' template backend implemented to help future backend writers
* True 'plugin' architecture - liberasurecode uses Dynamically Loaded (DL) libraries to realize a true 'plugin' architecture. This also allows one to build liberasurecode indepdendent of the Erasure Code backend libraries.
@@ -422,3 +427,12 @@ Code organization
+-- ChangeLog
```
---
+
+References
+==========
+
+ [1] Jerasure, C library that supports erasure coding in storage applications, http://jerasure.org
+
+ [2] Intel(R) Storage Acceleration Library (Open Source Version), https://01.org/intel%C2%AE-storage-acceleration-library-open-source-version
+
+ [3] Greenan, Kevin M et al, "Flat XOR-based erasure codes in storage systems", http://www.kaymgee.com/Kevin_Greenan/Publications_files/greenan-msst10.pdf