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.
☆31Updated 15 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:
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- A simple, reference implementation of a B^e-tree☆157Updated 6 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 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
- Benchmark of common hash functions☆36Updated 6 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆176Updated 9 years ago
- ☆20Updated 2 years ago
- The Cicada engine☆59Updated 8 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆45Updated 3 years ago
- pmwcas☆138Updated 2 years ago
- MapReduce for multi-core☆49Updated 12 years ago
- QSBR and EBR library☆127Updated 5 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- The world's first wait-free Software Transactional Memory☆173Updated 5 years ago
- LSM-trie☆114Updated 4 years ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆82Updated 3 years ago
- ☆48Updated last year
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- 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
- High-performance multicore-scalable data structures and benchmarks☆142Updated 6 years ago
- Artifact for PPoPP'18☆19Updated 3 years ago
- MICA: A Fast In-memory Key-Value Store (see isca2015 branch for the ISCA2015 version)☆209Updated 9 years ago
- "Byteslice: Pushing the envelop of main memory data processing with a new storage layout" (SIGMOD'15)☆25Updated 7 years ago
- User-space Page Management☆108Updated last year
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- ☆12Updated 6 years ago