Documentation
¶
Overview ¶
package murmur3 implements the Murmur3 hash function by Austin Appleby referenced from https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.h. It's much faster than the standard library's hashing functions but slightly slower than my xxhash package at https://github.com/asadmshah/xxhash.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Checksum128 ¶
Checksum128 returns the 128-bit Murmur3 hash of data.
func Checksum32 ¶
Checksum32 returns the 32-bit Murmur3 hash of data.
Types ¶
Click to show internal directories.
Click to hide internal directories.