hashMap

Hash table

A concurrent thread-safe hash map implemented in C++.

A concurrent thread-safe hash map implemented in C++

GitHub

145 stars
14 watching
34 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
skarupke/flat_hash_mapA high-performance implementation of a hash table data structure in C++1,721
tessil/sparse-mapA memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups.337
tessil/hopscotch-mapA fast hash map and hash set implementation using hopscotch hashing731
rigtorp/hashmapA high-performance hash table implementation optimized for delete-heavy workloads200
greg7mdp/sparseppA high-performance hash map implementation for C++ with low memory usage and efficient resizing1,257
goossaert/hashmapAn implementation of hash table algorithms for efficient data storage and retrieval254
tessil/robin-mapA C++ implementation of fast hash maps and sets using robin hood hashing1,294
sparsehash/sparsehash-c11An experimental C++ implementation of a hash map data structure optimized for sparse data287
martinus/unordered_denseA hash map and hash set implementation with optimized storage and deletion algorithms968
preshing/junctionA collection of concurrent hash map implementations in C++.1,409
watmough/jwhashA simple hash table implementation for storing and retrieving various data types in C.216
mljs/hash-tableAn implementation of an open addressing hash table with double hashing in JavaScript1
basho/bitcaskA log-structured hash table for fast key/value data storage1,293
gregorycollins/hashtablesA set of implementations for mutable hash tables in Haskell.127
khchen/hashlibA comprehensive hash function library for the Nim programming language38