MetroHash
Hash functions
A set of fast and statistically robust hash functions designed for non-cryptographic use cases.
MetroHash v1: Exceptionally fast and statistically robust hash functions
361 stars
18 watching
35 forks
Language: C++
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
google/highwayhash | Two fast and strong hash functions: SipHash and HighwayHash. | 1,544 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,666 |
grim7reaper/siphash | An implementation of a pseudorandom function optimized for speed on short messages | 1 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
rurban/smhasher | A comprehensive benchmarking and testing framework for various hash functions | 1,850 |
paulmillr/noble-hashes | An audited and minimal implementation of various hash functions, MACs, and KDFs in JavaScript. | 586 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
rustcrypto/hashes | A collection of cryptographic hash functions written in Rust. | 1,879 |
amadimichael/optimizedmimcsponge | An optimized implementation of a cryptographic hash function. | 12 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |
cmuratori/meow_hash | An implementation of Meow hash, a fast non-cryptographic hashing algorithm | 1,722 |
nicoshev/rapidhash | A high-quality hashing algorithm designed to be fast and reliable across various platforms. | 198 |
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,253 |
sindresorhus/hasha | A utility module for computing and manipulating hashes of various types of input data | 957 |
geopjr/collision | A GUI tool to generate and verify various types of hashes for file integrity verification. | 146 |