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:
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- NOPaxos consensus protocol☆135Updated 4 years ago
- A persistent LSM key-value store. FloDB is designed to scale with the number of threads and memory size.☆26Updated 8 years ago
- The Cicada engine☆57Updated 8 years ago
- Compilation of concurrent data structures with at least lock-free or wait-free properties.☆75Updated 6 years ago
- Benchmarking In-Memory Index Structures☆26Updated 6 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- A transactional main-memory database system on multicores☆104Updated 6 years ago
- A simple, reference implementation of a B^e-tree☆154Updated 6 years ago
- ☆12Updated 6 years ago
- A key/value database based on SkimpyStash.☆13Updated 10 years ago
- Solitaire is a Faster Linearizability Checker Supporting Multiple Data Model☆17Updated 6 years ago
- ☆20Updated 2 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
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 6 years ago
- W-TinyLFU cache C++11 header only implementation☆60Updated 6 years ago
- Peloton Design Docs☆27Updated 6 years ago
- Wormhole: A concurrent ordered in-memory key-value index with O(log L) search cost (L is search key's length)☆80Updated 3 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆48Updated 9 years ago
- Persistent Memory Storage Engine☆24Updated 8 months 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
- LSM-trie☆114Updated 4 years ago
- DB for DAQ systems based on Persistent Memory and NVMe drives☆21Updated 5 years ago
- The array hash table, array burst trie and array BST, written in C, as described in my PhD thesis.☆42Updated 8 years ago
- ERMIA: Memory-Optimized OLTP engine for Heterogeneous Workloads (SIGMOD 2016)☆90Updated 2 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆30Updated 14 years ago
- An open-source BzTree implementation☆92Updated 3 years ago