ogxd / gxhash

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

Any comparison with xxh3? #91

Closed sprappcom closed 3 months ago

sprappcom commented 4 months ago

as titled. not xxhash. xxh3

notsatvrn commented 4 months ago

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

ogxd commented 3 months 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 3 months ago

Done

image