ogxd / gxhash

The fastest hashing algorithm 📈
https://docs.rs/gxhash
MIT License
749 stars 25 forks source link

Any comparison with xxh3? #91

Closed sprappcom closed 1 month ago

sprappcom commented 1 month ago

as titled. not xxhash. xxh3

notsatvrn commented 1 month ago

The xxHash shown in the benchmarks is mislabeled. It is in fact xxh3.

ogxd commented 1 month ago

According to the xxhash repository and xxhash.com, the term xxhash encompasses XXH32, XXH64 and XXH3.

The implementation used in the benchmarks is indeed XXH3, since it's the fastest available up to this date. I don't think it's mislabeled, but it would be worth mentioning it's XXH3.

ogxd commented 1 month ago

Done

image