Crate highhash

Source
Expand description

High speed hashing algorithms. Algorithms translated into Rust from C++ source found here: https://github.com/rurban/smhasher

Re-exports§

pub use murmur::Murmur3Hasher32 as Murmur3Hasher;

Modules§

city
City string-hashing algorithm by Geoff Pike and Jyrki Alakuijala
murmur
MurmurHash3 algorithm by Austin Appleby.