mit-carbon / Flat-CombiningLinks
Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. Flat Combining is a new, efficient synchronization paradigm based on coarse locking.
☆30Updated 14 years ago
Alternatives and similar repositories for Flat-Combining
Users that are interested in Flat-Combining are comparing it to the libraries listed below
Sorting:
- The Cicada engine☆57Updated 8 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆175Updated 9 years ago
- A simple, reference implementation of a B^e-tree☆155Updated 6 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- NUMA-Aware Reader-Writer Locks☆18Updated 11 years ago
- Montage is a system for building fast buffered persistent data structures on nonvolatile memory.☆15Updated 3 years ago
- pmwcas☆139Updated 2 years ago
- QSBR and EBR library☆121Updated 5 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- ☆20Updated 2 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Benchmark of common hash functions☆36Updated 5 years ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆180Updated 7 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- LSM-trie☆114Updated 4 years ago
- MapReduce for multi-core☆49Updated 11 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- ☆48Updated last year
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- The world's first wait-free KV store with generic durable linearizable transactions☆41Updated 3 years ago
- A fork of DBx1000 for Cicada SIGMOD 2017 evaluation☆9Updated 8 years ago
- Quickstep project☆42Updated 8 months ago
- A SQL-to-native-code compiler based on LLVM☆48Updated 9 years ago
- A tool for measuring the cache-coherence latencies of a processor (i.e., the latencies of loads, stores, CAS, FAI, TAS, and SWAP).☆78Updated 3 years ago
- An open-source BzTree implementation☆92Updated 3 years ago
- Persistent Memory Storage Engine☆24Updated 8 months ago
- Software Transactional Objects☆58Updated last year
- MICA: A Fast In-memory Key-Value Store (see isca2015 branch for the ISCA2015 version)☆208Updated 9 years ago