Update README.md

This commit is contained in:
catid 2017-05-29 04:06:23 -07:00 committed by GitHub
parent 1269a917b9
commit 823f97bfc6
1 changed files with 4 additions and 4 deletions

View File

@ -65,8 +65,8 @@ For full documentation please read `leopard.h`.
On my laptop:
```
Leopard Encoder(8.192 MB in 128 pieces, 20 losses): Input=1294.3 MB/s, Output=1294.3 MB/s
Leopard Decoder(8.192 MB in 128 pieces, 20 losses): Input=526.698 MB/s, Output=82.2966 MB/s
Leopard Encoder(8.192 MB in 128 pieces, 128 losses): Input=1266.13 MB/s, Output=1266.13 MB/s
Leopard Decoder(8.192 MB in 128 pieces, 128 losses): Input=482.243 MB/s, Output=482.243 MB/s
```
@ -96,12 +96,12 @@ FEC-AL Decoder(8.192 MB in 128 pieces, 128 losses): Input=121.093 MB/s, Output=1
For 128 data pieces of input and 128 data pieces of redundancy:
+ Fastest to encode: Leopard (1.29 GB/s)
+ Fastest to encode: Leopard (1.26 GB/s)
+ Distant second-place: WH256 (660 MB/s), FEC-AL (515 MB/s)
+ Slowest encoders: Longhair, CM256
+ Fastest to decode: WH256 (830 MB/s)
+ Distant second-place: Leopard (526 MB/s)
+ Distant second-place: Leopard (480 MB/s)
+ Slowest decoders: FEC-AL, CM256, Longhair
There are a lot of variables that affect when each of these libraries should be used.