New fastest portable hash: wyhash
github.com
New fastest portable hash: wyhash
1–10 of 52 posts
Re: New fastest portable hash: wyhash
#2Re: New fastest portable hash: wyhash
#3Re: New fastest portable hash: wyhash
#4Re: New fastest portable hash: wyhash
#5Here's a link to wyhash itself: https://github.com/wangyi-fudan/wyhash
Re: New fastest portable hash: wyhash
#6From what I see Farmhash is still faster on IA32/AMD64 architectures (although they need to leverage the AES instruction for that, granted).
Re: New fastest portable hash: wyhash
#7From what I see Farmhash is still faster on IA32/AMD64 architectures (although they need to leverage the AES instruction for that, granted).
[0] https://github.com/jandrewrogers/AquaHash [1] https://github.com/cmuratori/meow_hash
Re: New fastest portable hash: wyhash
#8The small key performance is very nice. It would be good to have more written about this new hash function, and less misinformed rant about siphash.
Only siphash fans would say that, and they are very misinformed about the false recommendations from their paper. Prove me wrong.
Re: New fastest portable hash: wyhash
#9The small key performance is very nice. It would be good to have more written about this new hash function, and less misinformed rant about siphash.
> misinformed rant Only siphash fans would say that, and they are very misinformed about the false recommendations from their paper. Prove me wrong.
Re: New fastest portable hash: wyhash
#10Do people really try to optimize file hashing this way?