Hacker News new | ask | show | jobs
by rurban 3084 days ago
XXhash is only fast with digest workloads, not hash tables. There the hash function needs to be fast and small, XXhash is too big and trashes the icache.

The current leaders are on my smhasher site, https://github.com/rurban/smhasher/

1 comments

Thank you!