Update README.md

master
Klaus Post 2015-06-22 15:16:01 +02:00
parent 4cd5506bcf
commit 9eb924a6c3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
[3]: https://travis-ci.org/klauspost/reedsolomon.svg
[4]: https://travis-ci.org/klauspost/reedsolomon
Reed-Solomon Erasure Coding in Go, with speeds exceeding 1GB/s/cpu core.
Reed-Solomon Erasure Coding in Go, with speeds exceeding 1GB/s/cpu core implemented in pure Go.
This is a golang port of the [JavaReedSolomon](https://github.com/Backblaze/JavaReedSolomon) library released by [Backblaze](http://backblaze.com), with some additional optimizations.