parallel-hashmap
Hashmap
A family of fast and memory-friendly hash map and B-tree container implementations
A family of header-only, very fast and memory-friendly hashmap and btree containers.
3k stars
66 watching
239 forks
Language: C++
last commit: 19 days ago
Linked from 5 awesome lists
concurrencyhashhash-containermemory-footprintmulti-threadparallelparallel-programmingtablesunordered-mapunordered-set
Related projects:
Repository | Description | Stars |
---|---|---|
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,253 |
tessil/sparse-map | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 334 |
martinus/unordered_dense | A hash map and hash set implementation with optimized storage and deletion algorithms | 942 |
tessil/robin-map | A C++ implementation of fast hash maps and sets using robin hood hashing | 1,277 |
wangyi-fudan/wyhash | Provides fast and simple hashing functions and random number generators for various programming languages. | 970 |
tessil/hopscotch-map | A fast hash map and hash set implementation using hopscotch hashing | 729 |
kshk123/hashmap | A concurrent thread-safe hash map implemented in C++. | 144 |
hashcat/hashcat | A high-performance password recovery and hashing utility utilizing hardware acceleration | 21,325 |
qlibs/mph | A high-performance static perfect hash library for compile-time mapping of keys to values with no collisions | 176 |
grosser/parallel | Parallel processing made simple and fast in Ruby | 4,168 |
baderouaich/bitmapplusplus | A C++ library that provides simple and fast bitmap manipulation functionality. | 34 |
sparsehash/sparsehash-c11 | An experimental C++ implementation of a hash map data structure optimized for sparse data | 287 |
cyan4973/xxhash | An extremely fast hash algorithm library | 9,179 |
rigtorp/hashmap | A high-performance hash table implementation optimized for delete-heavy workloads | 200 |
pnpm/pnpm | A fast and disk space efficient package manager for Node.js projects. | 29,784 |