rsht
Hash table
A simple hash table implementation with optimization techniques to reduce full scan risk
really simple hash table
7 stars
1 watching
3 forks
Language: C
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
rigtorp/hashmap | A high-performance hash table implementation optimized for delete-heavy workloads | 200 |
jech/dht | A C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks | 701 |
skarupke/flat_hash_map | A high-performance implementation of a hash table data structure in C++ | 1,720 |
basho/bitcask | A log-structured hash table for fast key/value data storage | 1,291 |
mljs/hash-table | An implementation of an open addressing hash table with double hashing in JavaScript | 1 |
pnathan/genhash | A generic hash table implementation in Common Lisp | 17 |
watmough/jwhash | A simple hash table implementation for storing and retrieving various data types in C. | 216 |
mafintosh/hyperdht | A peer-to-peer distributed hash table implementation with support for discovery and hole punching | 95 |
jhiesey/webdht | A JavaScript implementation of a distributed hash table | 16 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 954 |
tessil/sparse-map | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 337 |
rjhansen/nsrllookup | Tries to find matches with a library of software hashes | 111 |
rustadopt/jzon-rs | A JSON parsing and serialization library in Rust | 8 |
marcazar/rollinghash | An efficient algorithm implementation for string hashing using a sliding window approach | 11 |
rustcrypto/hashes | A collection of cryptographic hash functions implemented in pure Rust. | 1,897 |