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
360 stars
18 watching
35 forks
Language: C++
last commit: over 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,549 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,688 |
grim7reaper/siphash | A cryptographic algorithm implementation for secure hashing of short inputs | 1 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 979 |
rurban/smhasher | A benchmarking tool for hash functions and their performance characteristics | 1,873 |
paulmillr/noble-hashes | A lightweight JavaScript implementation of various hash functions and cryptographic primitives | 608 |
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 implemented in pure Rust. | 1,913 |
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. | 268 |
cmuratori/meow_hash | An implementation of Meow hash, a fast non-cryptographic hashing algorithm | 1,731 |
nicoshev/rapidhash | A high-quality hashing algorithm designed to be fast and reliable across various platforms. | 234 |
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,257 |
sindresorhus/hasha | A utility module for computing and manipulating hashes of various types of input data | 959 |
geopjr/collision | A GUI tool to generate and verify various types of hashes for file integrity verification. | 151 |