doublequan / CStore-Lockfree-SIMD-SkiplistLinks
☆13Updated 8 years ago
Alternatives and similar repositories for CStore-Lockfree-SIMD-Skiplist
Users that are interested in CStore-Lockfree-SIMD-Skiplist are comparing it to the libraries listed below
Sorting:
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- Adaptive Radix Tree in C++☆47Updated last week
- A data structure and algorithm library built for TerarkDB☆67Updated 3 years ago
- Solitaire is a Faster Linearizability Checker Supporting Multiple Data Model☆18Updated 7 years ago
- C implementation of the Raft Consensus protocol, BSD licensed☆82Updated 2 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- RemixDB: A read- and write-optimized concurrent KV store. Fast point and range queries. Extremely low write-amplification.☆101Updated 2 years ago
- Implementation of the BwTree as specified by Microsoft Research☆99Updated 9 years ago
- An embedded key-value store library specialized for building state machine and log store☆236Updated this week
- A working project for High-concurrency B-tree source code in C☆251Updated 5 years ago
- A fork of Couchbase ForestDB project, aiming at making it simple and generic☆18Updated 7 months ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆176Updated 9 years ago
- An attempt to split the Raft library out of LogCabin☆37Updated 8 years ago
- SLOG: Serializable, Low-latency, Geo-replicated Transactions☆48Updated 2 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A cache-efficiency weight balanced binary tree☆71Updated 11 years ago
- Yet Another RAFT implementation