rurban / smhasher

Hash function quality and speed tests
https://rurban.github.io/smhasher/
Other
1.85k stars 178 forks source link

FastestHash #110

Closed wangyi-fudan closed 4 years ago

wangyi-fudan commented 4 years ago

Dear rurban: I notice that FastestHash is different from wyhash.h implementation. It is designed carefully in order to be fastest for hashmap. with a different version, it is not optimal for hashmap as shown in your test. I take your idea that give a simple seed interface, so will compatiable. FastestHash is not just a toy, it does works.

rurban commented 4 years ago

It may work for you, but not for smhasher. With my changes it at least passes some tests

wangyi-fudan commented 4 years ago

passing test is one thing, fastest hashmap is another thing. OK, I know your feeling, my friend... Will not talk about it any more. I just want to be fast...