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: over 4 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A high-performance, thread-safe map solution for Go. | 92 |
| An implementation of a concurrent hash array mapped trie data structure for thread-safe and lock-free map operations. | 151 |
| A concurrent thread-safe hash map implemented in C++. | 145 |
| Generates benchmark data and graphs for two different associative map implementations | 112 |
| A high-performance hash map implementation for C++ with low memory usage and efficient resizing | 1,257 |
| A C++ implementation of fast hash maps and sets using robin hood hashing | 1,294 |
| A memory-efficient hash map and set implementation with flexible growth policies and support for heterogeneous lookups. | 337 |
| A concurrent hash table implementation | 36 |
| A concurrent data structure implementation for efficient tree-based operations with atomic cloning and snapshot isolation. | 148 |
| A utility for mapping over promises concurrently while controlling concurrency and error handling. | 1,376 |
| Runs promise-returning & async functions multiple times concurrently | 39 |
| A benchmarking harness for comparing performance of different hash functions in a concurrent map implementation | 165 |
| A fast hash map and hash set implementation using hopscotch hashing | 731 |
| A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
| A package implementing a thread-safe map with expiring key-value pairs | 72 |