flat_hash_map

Hash table

A high-performance implementation of a hash table data structure in C++

A very fast hashtable

GitHub

2k stars
73 watching
187 forks
Language: C++
last commit: almost 3 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kshk123/hashmapA concurrent thread-safe hash map implemented in C++.145
rigtorp/hashmapA high-performance hash table implementation optimized for delete-heavy workloads200
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
goossaert/hashmapAn implementation of hash table algorithms for efficient data storage and retrieval254
mljs/hash-tableAn implementation of an open addressing hash table with double hashing in JavaScript1
gregorycollins/hashtablesA set of implementations for mutable hash tables in Haskell.127
greg7mdp/sparseppA high-performance hash map implementation for C++ with low memory usage and efficient resizing1,257
basho/bitcaskA log-structured hash table for fast key/value data storage1,293
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
robstolarz/rshtA simple hash table implementation with optimization techniques to reduce full scan risk7
tessil/robin-mapA C++ implementation of fast hash maps and sets using robin hood hashing1,294
olliniinivaara/stashtableA concurrent hash table implementation36
pnathan/genhashA basic implementation of a hash table data structure in Common Lisp17