hash-table

Hash table

An implementation of an open addressing hash table with double hashing in JavaScript

Open addressing hash table with double hashing

GitHub

1 stars
7 watching
0 forks
Language: JavaScript
last commit: over 5 years ago

Related projects:

Repository Description Stars
gregorycollins/hashtables A set of implementations for mutable hash tables in Haskell. 125
skarupke/flat_hash_map A high-performance implementation of a hash table data structure in C++ 1,716
jhiesey/webdht A JavaScript implementation of a distributed hash table 16
mljs/bit-array A JavaScript library for efficient binary array operations 6
basho/bitcask A log-structured hash table for fast key/value data storage 1,292
mljs/hclust An implementation of hierarchical clustering algorithms in JavaScript 53
flesler/hashmap A JavaScript class implementation of a key-value map data structure 382
pnathan/genhash A generic hash table implementation in Common Lisp. 17
orthecreedence/cl-hash-util A utility library for working with Common Lisp hash tables 29
martinus/unordered_dense A hash map and hash set implementation with optimized storage and deletion algorithms 942
watmough/jwhash A simple hash table implementation for storing and retrieving various data types in C. 216
kshk123/hashmap A concurrent thread-safe hash map implemented in C++. 144
rigtorp/hashmap A high-performance hash table implementation optimized for delete-heavy workloads 200
robstolarz/rsht A simple hash table implementation with optimization techniques to reduce full scan risk 7
dsv77/hashembedding Software component providing efficient word representation using hash embeddings 42