From ec6649ba1c46202464d1498d20b9874cc2c682ee Mon Sep 17 00:00:00 2001 From: Evgenii Date: Mon, 24 Jun 2019 10:33:00 +0300 Subject: [PATCH] Add benchmark result to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 58b0b03..d9cd741 100644 --- a/README.md +++ b/README.md @@ -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. +# 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 At this moment, we do not accept contributions. Follow us.