Add benchmark result to README
This commit is contained in:
parent
ad8c7bce1b
commit
ec6649ba1c
1 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,15 @@ are concatable: hash sum of data can be calculated based on hashes of chunks.
|
||||||
|
|
||||||
The example of how it works can be seen in tests.
|
The example of how it works can be seen in tests.
|
||||||
|
|
||||||
|
# Benchmarks
|
||||||
|
|
||||||
|
## AVX vs AVX2 version
|
||||||
|
|
||||||
|
```
|
||||||
|
BenchmarkAVX-8 300 3566248 ns/op 64 B/op 4 allocs/op
|
||||||
|
BenchmarkAVX2-8 500 2857174 ns/op 64 B/op 2 allocs/op
|
||||||
|
```
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
At this moment, we do not accept contributions. Follow us.
|
At this moment, we do not accept contributions. Follow us.
|
||||||
|
|
Loading…
Reference in a new issue