Murmur3 is a non-cryptographic hash designed to be fast and collision-resistant for most "typical" data sets.
This is a (mostly) C89 compliant port of the original MurmurHash3.
All of this code is in the public domain.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Murmur3 is a non-cryptographic hash designed to be fast and collision-resistant for most "typical" data sets.
This is a (mostly) C89 compliant port of the original MurmurHash3.
All of this code is in the public domain.