rapidhash
Hashing algorithm
A high-quality hashing algorithm designed to be fast and reliable across various platforms.
Very fast, high quality, platform-independent hashing algorithm.
234 stars
7 watching
15 forks
Language: C++
last commit: about 1 month ago Related projects:
Repository | Description | Stars |
---|---|---|
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 979 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 268 |
marcazar/rollinghash | An efficient algorithm implementation for string hashing using a sliding window approach | 11 |
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 360 |
google/highwayhash | Two fast and strong hash functions: SipHash and HighwayHash. | 1,549 |
srijs/rusha | A high-performance pure-JavaScript implementation of the SHA1 hash algorithm | 278 |
dusk-network/poseidon252 | An implementation of a hash algorithm suitable for use in zero-knowledge proof systems | 210 |
sparsehash/sparsehash-c11 | An experimental C++ implementation of a hash map data structure optimized for sparse data | 287 |
openhft/zero-allocation-hashing | A Java API that provides a fast and efficient hashing mechanism without object allocation during hash computation. | 796 |
status-im/nim-ethash | An implementation of Ethereum's proof-of-work consensus algorithm in the Nim programming language. | 5 |
attaswift/siphash | A Swift implementation of the SipHash algorithm for secure hashing of short messages | 263 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
mbrostami/consistenthash | A Go library implementing Consistent Hashing and Block Partitioning | 27 |
trendmicro/tlsh | A fuzzy matching library that generates hash values for similarity comparisons | 750 |
cmuratori/meow_hash | An implementation of Meow hash, a fast non-cryptographic hashing algorithm | 1,731 |