xxHash
Hash calculator
An extremely fast hash algorithm library
Extremely fast non-cryptographic hash algorithm
9k stars
175 watching
785 forks
Language: C
last commit: about 2 months ago
Linked from 3 awesome lists
cdispersionhashhash-checksumhash-functionssmhasherxxhash
Related projects:
Repository | Description | Stars |
---|---|---|
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 979 |
nicoshev/rapidhash | A high-quality hashing algorithm designed to be fast and reliable across various platforms. | 234 |
greg7mdp/parallel-hashmap | A family of fast and memory-friendly hash map and B-tree container implementations | 2,587 |
google/highwayhash | Two fast and strong hash functions: SipHash and HighwayHash. | 1,549 |
hashcat/hashcat | A high-performance password recovery and hashing utility utilizing hardware acceleration | 21,542 |
bungle/lua-resty-xxhash | FFI-bindings to an Extremely fast non-cryptographic hash algorithm | 17 |
jandrewrogers/metrohash | A set of fast and statistically robust hash functions designed for non-cryptographic use cases. | 360 |
ron4fun/hashlibplus | A C++11 hashing library providing a fluent interface for various hash algorithms and functions | 32 |
qlibs/mph | A high-performance static perfect hash library for compile-time mapping of keys to values with no collisions | 181 |
openhft/zero-allocation-hashing | A Java API that provides a fast and efficient hashing mechanism without object allocation during hash computation. | 796 |
timdeputter/rendezvous | An Elixir implementation of the Rendezvous hashing algorithm | 9 |
lyarbean/xxhash-ada | An implementation of a non-cryptographic hash function in Ada | 1 |
ullmark/hashids.net | Creates unique IDs from integers and allows decoding back to the original numbers. | 3,325 |
h2non/jshashes | A lightweight, dependency-free JavaScript library implementing various cryptographic hash functions for secure data encoding and verification. | 724 |
davylandman/portable8439 | Implementation of ChaCha20-Poly1305 encryption algorithm in portable and fast C99 | 33 |