Update README.md

master
Klaus Post 2015-06-22 10:28:18 +02:00
parent 1daee98410
commit 95e8a617e6
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ go get github.com/klauspost/reedsolomon
```
# Usage
This package only performs the calculation of the parity sets. The usage is therefore really simple.
# Performance
Performance depends mainly on the number of parity shards. In rough terms, doubling the number of parity shards will double the encoding time.