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: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance hash table implementation optimized for delete-heavy workloads | 200 |
| A C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks | 700 |
| A high-performance implementation of a hash table data structure in C++ | 1,721 |
| A log-structured hash table for fast key/value data storage | 1,293 |
| An implementation of an open addressing hash table with double hashing in JavaScript | 1 |
| A basic implementation of a hash table data structure in Common Lisp | 17 |
| A simple hash table implementation for storing and retrieving various data types in C. | 216 |
| A peer-to-peer distributed hash table implementation with support for discovery and hole punching | 95 |
| A JavaScript implementation of a distributed hash table | 16 |
| A hash map and hash set implementation with optimized storage and deletion algorithms | 968 |
| A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 337 |
| Tries to find matches with a library of software hashes | 112 |
| A JSON parsing and serialization library in Rust | 8 |
| An efficient algorithm implementation for string hashing using a sliding window approach | 11 |
| A collection of cryptographic hash functions implemented in pure Rust. | 1,913 |