summaryrefslogtreecommitdiff
path: root/murmur3_hash.c
Commit message (Collapse)AuthorAgeFilesLines
* fix typosclark.kang2014-12-311-1/+1
|
* Make hash table algorithm selectabledormando2014-04-161-0/+124
jenkins hash is old. Lets try murmur3 to start! Default is the old one, so people aren't surprised.