junction
Concurrent maps
A collection of concurrent hash map implementations in C++.
Concurrent data structures in C++
1k stars
72 watching
153 forks
Language: C++
last commit: about 4 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lrita/cmap | A high-performance, thread-safe map solution for Go. | 92 |
romix/java-concurrent-hash-trie-map | An implementation of a concurrent hash array mapped trie data structure for thread-safe and lock-free map operations. | 151 |
kshk123/hashmap | A concurrent thread-safe hash map implemented in C++. | 144 |
preshing/compareintegermaps | Generates benchmark data and graphs for two different associative map implementations | 112 |
greg7mdp/sparsepp | A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,253 |
tessil/robin-map | A C++ implementation of fast hash maps and sets using robin hood hashing | 1,277 |
tessil/sparse-map | A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 334 |
olliniinivaara/stashtable | A concurrent hash table implementation | 36 |
nbronson/snaptree | A concurrent data structure implementation for efficient tree-based operations with atomic cloning and snapshot isolation. | 148 |
sindresorhus/p-map | A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,292 |
sindresorhus/p-times | Runs promise-returning & async functions multiple times concurrently | 38 |
xacrimon/conc-map-bench | A benchmarking harness for comparing performance of different hash functions in a concurrent map implementation | 160 |
tessil/hopscotch-map | A fast hash map and hash set implementation using hopscotch hashing | 729 |
marcoonroad/sporadic | A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
zekrotja/timedmap | A package implementing a thread-safe map with expiring key-value pairs | 72 |