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: about 5 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks | 700 |
| | A fast hashing function implemented in C with support for C++ wrappers and benchmarking tools. | 268 |
| | A set of implementations for mutable hash tables in Haskell. | 127 |
| | A basic implementation of a hash table data structure in Common Lisp | 17 |
| | A high-performance implementation of a hash table data structure in C++ | 1,721 |
| | A JavaScript implementation of a distributed hash table | 16 |
| | An Ada implementation of the SipHash keyed hash function for cryptographic protection against denial-of-service attacks. | 5 |
| | Provides fast and simple hashing functions and random number generators for various programming languages. | 979 |
| | A concurrent thread-safe hash map implemented in C++. | 145 |
| | An implementation of an open addressing hash table with double hashing in JavaScript | 1 |
| | A class library for creating and manipulating tables in AutoHotkey scripts. | 9 |
| | A utility library for working with Common Lisp hash tables | 29 |
| | An implementation of MurmurHash algorithms for hashing data in software applications | 7 |
| | A Go library implementing Consistent Hashing and Block Partitioning | 27 |
| | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 337 |