You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which means XXH3 implementation is about three times slower than XXHash64.
Documentation of xxh3 page links to the website https://cyan4973.github.io/xxHash/ which says "The latest variant, XXH3, offers improved performance across the board, especially on small data" and posts a table describing the results, while my measurements show the opposite.
If this works as expected, please close the issue.
The text was updated successfully, but these errors were encountered:
Test program:
https://gist.github.com/stepancheg/6b0b493821f162eb5126dbbf2a070887
hashes strings of various lengths and outputs hash duration. Output is not reliable, but relative numbers should be.
On my Apple M1 laptop and twox-hash 1.6.3 the output is:
which means XXH3 implementation is about three times slower than XXHash64.
Documentation of xxh3 page links to the website https://cyan4973.github.io/xxHash/ which says "The latest variant, XXH3, offers improved performance across the board, especially on small data" and posts a table describing the results, while my measurements show the opposite.
If this works as expected, please close the issue.
The text was updated successfully, but these errors were encountered: