pramalhe / RedoDBLinks
The world's first wait-free KV store with generic durable linearizable transactions
☆41Updated 3 years ago
Alternatives and similar repositories for RedoDB
Users that are interested in RedoDB are comparing it to the libraries listed below
Sorting:
- ☆47Updated last year
- ☆53Updated last year
- A persistent LSM key-value store. FloDB is designed to scale with the number of threads and memory size.☆26Updated 8 years ago
- ☆12Updated 6 years 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
- Self-Tuning Adaptive Radix Tree☆27Updated 5 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 8 years ago
- A reusable, extensible, and efficient C++ implementation of the Foster B-tree data structure☆15Updated 5 years ago
- In memory TPC-C implementation. Used for a number of database research projects.☆38Updated 4 years ago
- Transactional Data Structure Libraries☆12Updated 7 years ago
- Framework for creating simple, efficient, and composable lock-free data structures☆12Updated 9 years ago
- ☆20Updated 2 years ago
- ☆14Updated 2 years ago
- An open-source BzTree implementation☆92Updated 3 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 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
- Code for "Yoav Zuriel, Michal Friedman, Gali Sheffi, Nachshon Cohen, and Erez Petrank. Efficient Lock-Free Durable Sets, OOPSLA 2019" (ht…☆19Updated 5 years ago
- ☆25Updated 8 years ago
- Embedded DB Benchmark Framework☆60Updated 4 years ago
- ☆28Updated 2 years ago
- ☆38Updated 4 years ago
- User-space Page Management☆107Updated 9 months ago
- The Cicada engine☆57Updated 7 years ago
- A fast in-memory key-value store☆49Updated 7 years ago
- A low-latency, extensible, multi-tenant key-value store.☆55Updated 4 years ago
- Grizzly: Efficient Stream Processing Through Adaptive Query Compilation☆16Updated 4 years ago
- ☆70Updated 2 months ago
- ☆12Updated 3 years ago
- Traditional data-structure designs, whether lock-based or lock-free, provide parallelism via fine grained synchronization among threads. …☆31Updated 14 years ago