jwHash

Hash table library

A simple hash table implementation for storing and retrieving various data types in C.

Simple hash table implementation for C.

GitHub

216 stars
13 watching
25 forks
Language: C
last commit: almost 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jech/dhtA C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks700
lemire/clhashA fast hashing function implemented in C with support for C++ wrappers and benchmarking tools.268
gregorycollins/hashtablesA set of implementations for mutable hash tables in Haskell.127
pnathan/genhashA basic implementation of a hash table data structure in Common Lisp17
skarupke/flat_hash_mapA high-performance implementation of a hash table data structure in C++1,721
jhiesey/webdhtA JavaScript implementation of a distributed hash table16
jhumphry/spark_siphashAn Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks.5
wangyi-fudan/wyhashProvides fast and simple hashing functions and random number generators for various programming languages.979
kshk123/hashmapA concurrent thread-safe hash map implemented in C++.145
mljs/hash-tableAn implementation of an open addressing hash table with double hashing in JavaScript1
hoppfrosch/ahk_ctableA class library for creating and manipulating tables in AutoHotkey scripts.9
orthecreedence/cl-hash-utilA utility library for working with Common Lisp hash tables29
cwpearson/nim-murmurhashAn implementation of MurmurHash algorithms for hashing data in software applications7
mbrostami/consistenthashA Go library implementing Consistent Hashing and Block Partitioning27
tessil/sparse-mapA memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups.337