MurmurHash128
High-performance MurmurHash128 for 128-bit applications - excellent for large hash tables
Non-cryptographic
Input Text
Hash Output
Enter text above to compute hash
Verify Hash
Algorithm Info
Non-cryptographic
High-performance MurmurHash128 for 128-bit applications - excellent for large hash tables
Related Algorithms
MurmurHash
Popular MurmurHash algorithm - fast non-cryptographic hash for hash tables and cache keys
DJB2
Classic djb2 hash by Daniel Bernstein - simple and fast for basic hash table applications
SDBM
SDBM hash function - reliable non-cryptographic hash for general-purpose data structures
FNV-1
Classic FNV-1 hash - simple, fast non-cryptographic hash for general-purpose applications
FNV-1a
Improved FNV-1a hash - better avalanche effect for hash tables and data deduplication
Jenkins One-at-a-Time
Bob Jenkins' One-at-a-Time hash
