Skip to content

Commit

Permalink
Update benchmark results (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
catap authored May 19, 2022
1 parent 1ad44af commit e784326
Show file tree
Hide file tree
Showing 4 changed files with 3,793 additions and 3,792 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to this project will be documented in this file.

## [unreleased]
- Performance improved: now it's about 30% slower than C version

## [3.1.0] - 2022-05-17
- Introduced `doneCallback` and `doneXorCallBack`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ All benchmarks were performed on two machines:
Short summary:
- it is about 4 times slower than [AVX2 assembly] version via JNI which is
expected,
- it is about 30% slower than the original C version via JNI,
- it is about 20% slower than the original C version via JNI,
- it has a constant memory footprint (yeah, no GC on hashing!),
- increasing result hash size has the same impact as hashing.

Expand Down
Loading

0 comments on commit e784326

Please sign in to comment.