mit-carbon / Flat-Combining
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.
☆31Updated 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
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- NVM Evaluation Testbed☆29Updated 6 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆45Updated 2 years ago
- ☆20Updated 2 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- pmwcas☆135Updated last year
- A persistent LSM key-value store. FloDB is designed to scale with the number of threads and memory size.☆26Updated 7 years ago
- Persistent Memory Storage Engine☆24Updated 2 months ago
- Artifact for PPoPP'18☆18Updated 2 years ago
- MapReduce for multi-core☆49Updated 11 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆28Updated 3 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).☆75Updated 2 years ago
- This repository hosts the code used for the following paper: Claude Barthels, Ingo Müller, Konstantin Taranov, Torsten Hoefler, Gustavo A…☆10Updated 5 years ago
- The Cicada engine☆55Updated 7 years ago
- NUMA-Aware Reader-Writer Locks☆18Updated 10 years ago
- Quickstep project☆41Updated 2 months ago
- Implementation of the BwTree as specified by Microsoft Research☆99Updated 8 years ago
- An open-source BzTree implementation☆90Updated 3 years ago
- Benchmarking In-Memory Index Structures☆26Updated 6 years ago
- ☆52Updated 8 months ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 11 years ago
- ERMIA: Memory-Optimized OLTP engine for Heterogeneous Workloads (SIGMOD 2016)☆87Updated 2 years ago
- "Byteslice: Pushing the envelop of main memory data processing with a new storage layout" (SIGMOD'15)☆25Updated 6 years ago
- MICA: A Fast In-memory Key-Value Store (see isca2015 branch for the ISCA2015 version)☆206Updated 9 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 4 years ago
- The world's first wait-free KV store with generic durable linearizable transactions☆39Updated 2 years ago
- ☆25Updated 8 years ago
- Benchmarking tools for pmemkv☆22Updated last year
- ssmp is a highly optimized message-passing library built on top of the cache-coherence protocols of shared memory processors.☆22Updated 9 years ago