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: about 7 years ago

Related projects:

RepositoryDescriptionStars
gregorycollins/hashtablesA set of implementations for mutable hash tables in Haskell.127
skarupke/flat_hash_mapA high-performance implementation of a hash table data structure in C++1,721
jhiesey/webdhtA JavaScript implementation of a distributed hash table16
mljs/bit-arrayA JavaScript library for efficient binary array operations6
basho/bitcaskA log-structured hash table for fast key/value data storage1,293
mljs/hclustAn implementation of hierarchical clustering algorithms in JavaScript54
flesler/hashmapA JavaScript class implementation of a key-value map data structure382
pnathan/genhashA basic implementation of a hash table data structure in Common Lisp17
orthecreedence/cl-hash-utilA utility library for working with Common Lisp hash tables29
martinus/unordered_denseA hash map and hash set implementation with optimized storage and deletion algorithms968
watmough/jwhashA simple hash table implementation for storing and retrieving various data types in C.216
kshk123/hashmapA concurrent thread-safe hash map implemented in C++.145
rigtorp/hashmapA high-performance hash table implementation optimized for delete-heavy workloads200
robstolarz/rshtA simple hash table implementation with optimization techniques to reduce full scan risk7
dsv77/hashembeddingSoftware component providing efficient word representation using hash embeddings42