commit | ae03bf6a57f0dd6a009288fa6477a300cabf6d5e | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Tue Jan 22 12:02:08 2013 -0800 |
committer | Jason Evans <jasone@canonware.com> | Tue Jan 22 12:02:08 2013 -0800 |
tree | 573678d430fdc3acab20236be49b38f788b639e1 | |
parent | 7329a4f038ed096f3cfa11cb60433f44009fbe16 [diff] |
Update hash from MurmurHash2 to MurmurHash3. Update hash from MurmurHash2 to MurmurHash3, primarily because the latter generates 128 bits in a single call for no extra cost, which simplifies integration with cuckoo hashing.