1
0
mirror of https://github.com/fumiama/blake2b-simd.git synced 2026-06-05 02:00:26 +08:00

doc: Add platform specific details

This commit is contained in:
Harshavardhana
2016-06-28 17:12:17 -07:00
parent 9d80c8bfe5
commit 94258bb4c0

View File

@@ -18,7 +18,9 @@ Benchmarks
| blake2b-SIMD | 1.59s |
| blake2b | 4.66s |
Here the results after optimization.
Example performance metrics were generated on Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz - 2 physical cores, 4 logical cores running Ubuntu GNU/Linux with kernel version 4.4.0-22-generic.
```
benchmark old ns/op new ns/op delta
BenchmarkHash64-4 742 411 -44.61%
@@ -35,4 +37,6 @@ BenchmarkWrite1K-4 241.55 683.87 2.83x
BenchmarkWrite8K-4 3897.06 11383.41 2.92x
BenchmarkWrite32K-4 977.48 2852.63 2.92x
BenchmarkWrite128K-4 243.64 713.73 2.93x
```
```
We can see `2-3x` improvement in performance over native Go under varying block sizes.