Javascript implementation of a simple hash table data structure
jshashtable is a JavaScript implementation of a hash table. It associates objects ("keys") with other objects ("values"). Each key is associated with precisely one value. "Objects" here is used loosely to mean any JavaScript object or value.
A multi-key hash table for JavaScript.
Fast, reliable cuckoo hash table for Node.js.
Expirable HashTable to enable timeout-based item removal from HashTable.
🌳 network-agnostic Kademlia distributed hash table
A big map (Hash Table), use buffer, help you break V8 heap memory limit
Chord distributed hash table for Node.js
🕷️ Distributed Hash Table
A light-weight Chord protocol implementation for a peer-to-peer distributed hash table.