sanastas / LockFreeBtreeLinks
The code for the paper: "A Lock-Free B+Tree" Anastasia Braginsky and Erez Petrank, SPAA'12, June 2012.
☆15Updated 9 years ago
Alternatives and similar repositories for LockFreeBtree
Users that are interested in LockFreeBtree 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
- RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.☆101Updated 2 years ago
- Robust Distributed System Nucleus (rDSN) is an open framework for quickly building and managing high performance and robust distributed s…☆33Updated 7 years ago
- Key-Value Store for Non-Volatile Memories uDepot☆46Updated 3 years ago
- Solitaire is a Faster Linearizability Checker Supporting Multiple Data Model☆17Updated 7 years ago
- A high-performance, concurrent hash table☆24Updated 11 years ago
- Persistent Memory Storage Engine☆24Updated 11 months ago
- Implementation of the BwTree as specified by Microsoft Research☆99Updated 9 years ago
- New IndexFS core☆26Updated 9 years ago
- Experiments in partially ordered SMR.☆48Updated 4 years ago
- Sphinx is a fast in-memory key-value store, compatible with Memcached.☆32Updated 6 years ago
- RocksDB modified to separate keys and values, resulting in a major decrease in write amplification without sacrificing performance☆55Updated 5 years ago
- Code snippets for the workshop on concurrent data structure implementation.☆31Updated 12 years ago
- A SQL-to-native-code compiler based on LLVM☆48Updated 9 years ago
- LFS using Fuse☆46Updated 13 years ago
- Append-only key-value database on a distributed shared-log☆52Updated last year
- Userspace file-system using the TokuFT fractal tree library☆23Updated 4 years ago
- Adaptive Radix Tree in C++☆47Updated 2 weeks ago
- Redis adapted to use Persistent Memory☆57Updated 3 years ago
- NOPaxos consensus protocol☆139Updated 4 years ago
- Read-Log-Update: A Lightweight Synchronization Mechanism for Concurrent Programming☆49Updated 10 years ago
- A cache-efficiency weight balanced binary tree☆71Updated 11 years ago
- ☆15Updated 4 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 7 years ago
- Embedded DB Benchmark Framework☆62Updated 4 years ago
- A Distributed Key-Value Store for FAWN☆77Updated 14 years ago
- A fork of Couchbase ForestDB project, aiming at making it simple and generic☆18Updated 6 months ago
- CLHT is a very fast and scalable (lock-based and lock-free) concurrent hash table with cache-line sized buckets.☆166Updated 4 years ago
- Core aware thread management system☆237Updated 2 years ago
- A toy SQL engine built on top of LSM(LevelDB)☆22Updated 6 years ago