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: over 1 year ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
kshk123/hashmap A concurrent thread-safe hash map implemented in C++. 145
rigtorp/hashmap A high-performance hash table implementation optimized for delete-heavy workloads 200
tessil/sparse-map A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. 337
tessil/hopscotch-map A fast hash map and hash set implementation using hopscotch hashing 731
goossaert/hashmap An implementation of hash table algorithms for efficient data storage and retrieval 254
mljs/hash-table An implementation of an open addressing hash table with double hashing in JavaScript 1
gregorycollins/hashtables A set of implementations for mutable hash tables in Haskell. 127
greg7mdp/sparsepp A high-performance hash map implementation for C++ with low memory usage and efficient resizing 1,257
basho/bitcask A log-structured hash table for fast key/value data storage 1,293
martinus/unordered_dense A hash map and hash set implementation with optimized storage and deletion algorithms 968
watmough/jwhash A simple hash table implementation for storing and retrieving various data types in C. 216
robstolarz/rsht A simple hash table implementation with optimization techniques to reduce full scan risk 7
tessil/robin-map A C++ implementation of fast hash maps and sets using robin hood hashing 1,294
olliniinivaara/stashtable A concurrent hash table implementation 36
pnathan/genhash A basic implementation of a hash table data structure in Common Lisp 17