jwHash
Hash table library
A simple hash table implementation for storing and retrieving various data types in C.
Simple hash table implementation for C.
216 stars
13 watching
25 forks
Language: C
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jech/dht | A C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks | 700 |
lemire/clhash | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 268 |
gregorycollins/hashtables | A set of implementations for mutable hash tables in Haskell. | 127 |
pnathan/genhash | A basic implementation of a hash table data structure in Common Lisp | 17 |
skarupke/flat_hash_map | A high-performance implementation of a hash table data structure in C++ | 1,721 |
jhiesey/webdht | A JavaScript implementation of a distributed hash table | 16 |
jhumphry/spark_siphash | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 979 |
kshk123/hashmap | A concurrent thread-safe hash map implemented in C++. | 145 |
mljs/hash-table | An implementation of an open addressing hash table with double hashing in JavaScript | 1 |
hoppfrosch/ahk_ctable | A class library for creating and manipulating tables in AutoHotkey scripts. | 9 |
orthecreedence/cl-hash-util | A utility library for working with Common Lisp hash tables | 29 |
cwpearson/nim-murmurhash | An implementation of MurmurHash algorithms for hashing data in software applications | 7 |
mbrostami/consistenthash | A Go library implementing Consistent Hashing and Block Partitioning | 27 |
tessil/sparse-map | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 337 |