murmur3
Hash function
C implementation of the Murmur3 hash function with various output sizes and architectures.
Murmur3 hash in C
406 stars
22 watching
88 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cwpearson/nim-murmurhash | An implementation of MurmurHash algorithms for hashing data in software applications | 7 |
cmuratori/meow_hash | An implementation of Meow hash, a fast non-cryptographic hashing algorithm | 1,722 |
bungle/lua-resty-murmurhash2 | Bindings to MurmurHash 2 implementation in Nginx/OpenResty | 28 |
onmyway133/swifthash | A Swift implementation of the MD5 hash algorithm | 216 |
aldy505/phc-crypto | Provides a simplified interface to multiple hashing algorithms | 26 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
mirage/digestif | Tools for implementing various hash algorithms in multiple programming languages. | 87 |
mpdn/sqlite-digest | A set of functions to compute hashes in SQLite using OpenSSL | 19 |
petewarden/c_hashmap | A simple string-based key-value store implemented as a C data structure | 524 |
aappleby/smhasher | A collection of hash functions and tests for their properties | 2,666 |
orthecreedence/cl-hash-util | A utility library for working with Common Lisp hash tables | 29 |
rusty1s/pytorch_cluster | A PyTorch extension library providing optimized graph cluster algorithms | 824 |
watmough/jwhash | A simple hash table implementation for storing and retrieving various data types in C. | 216 |
random-robbie/slurp | Automates enumeration of S3 buckets based on domain and keyword inputs | 13 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 266 |