rsht

Hash table

A simple hash table implementation with optimization techniques to reduce full scan risk

really simple hash table

GitHub

7 stars
1 watching
3 forks
Language: C
last commit: almost 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
rigtorp/hashmapA high-performance hash table implementation optimized for delete-heavy workloads200
jech/dhtA C implementation of a Distributed Hash Table (DHT) for peer-to-peer networks700
skarupke/flat_hash_mapA high-performance implementation of a hash table data structure in C++1,721
basho/bitcaskA log-structured hash table for fast key/value data storage1,293
mljs/hash-tableAn implementation of an open addressing hash table with double hashing in JavaScript1
pnathan/genhashA basic implementation of a hash table data structure in Common Lisp17
watmough/jwhashA simple hash table implementation for storing and retrieving various data types in C.216
mafintosh/hyperdhtA peer-to-peer distributed hash table implementation with support for discovery and hole punching95
jhiesey/webdhtA JavaScript implementation of a distributed hash table16
martinus/unordered_denseA hash map and hash set implementation with optimized storage and deletion algorithms968
tessil/sparse-mapA memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups.337
rjhansen/nsrllookupTries to find matches with a library of software hashes112
rustadopt/jzon-rsA JSON parsing and serialization library in Rust8
marcazar/rollinghashAn efficient algorithm implementation for string hashing using a sliding window approach11
rustcrypto/hashesA collection of cryptographic hash functions implemented in pure Rust.1,913