stephentu / scalexLinks
Code snippets for the workshop on concurrent data structure implementation.
☆31Updated 12 years ago
Alternatives and similar repositories for scalex
Users that are interested in scalex are comparing it to the libraries listed below
Sorting:
- A persistent LSM key-value store. FloDB is designed to scale with the number of threads and memory size.☆26Updated 8 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- ☆12Updated 6 years ago
- The Cicada engine☆57Updated 7 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Benchmarking In-Memory Index Structures☆26Updated 6 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- ☆20Updated 2 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- Persistent Memory Storage Engine☆24Updated 6 months ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆79Updated 3 years ago
- DB for DAQ systems based on Persistent Memory and NVMe drives☆21Updated 4 years ago
- Artifact for PPoPP'18☆19Updated 3 years ago
- In memory TPC-C implementation. Used for a number of database research projects.☆38Updated 4 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- NVM Evaluation Testbed☆29Updated 6 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago
- Dependably fast multi-core in-memory transactions☆20Updated 7 years ago
- ERMIA: Memory-Optimized OLTP engine for Heterogeneous Workloads (SIGMOD 2016)☆90Updated 2 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 6 years ago
- A transactional main-memory database system on multicores☆104Updated 6 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 years ago
- Solitaire is a Faster Linearizability Checker Supporting Multiple Data Model☆17Updated 6 years ago
- Diamond reactive programming platform☆25Updated 2 years ago
- "Byteslice: Pushing the envelop of main memory data processing with a new storage layout" (SIGMOD'15)☆25Updated 6 years ago
- The SprayList data structure☆33Updated 8 years ago
- An open-source BzTree implementation☆92Updated 3 years ago
- W-TinyLFU cache C++11 header only implementation☆59Updated 6 years ago