summaryrefslogtreecommitdiff
path: root/xxhash.h
Commit message (Collapse)AuthorAgeFilesLines
* hash: add XXH3 to list of hash algorithms.dormando2021-06-091-0/+5325
needs more testing. in a "pure miss" test to help show hashing overhead, with four worker threads and large ascii multigets there is a measurable performance boost for longer keys. Very short keys (10-15 bytes) are about even. for 150ish byte keys 12m rps -> 13m rps roughly. Not too bad! need to test hash table distribution for large sets of keys before merging. need to consider if worth switching the defaults now or later.