ogxd / gxhash

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

Add meow_hash to bench #9

Open leeoniya opened 10 months ago

leeoniya commented 10 months ago

https://github.com/cmuratori/meow_hash

https://mollyrocket.com/meowhash

ogxd commented 10 months ago

There is an meowhash crate but it seems half-baked (wasn't even able to build with it on Macbook ARM, so I doubt it will even be correct or perform as fast as the official C implementation).

So I guess a way to have gxhash benched next to meowhash would be to have gxhash integrated into SMHasher (which already includes meowhash) and see the benchmark results from this project instead.