zcbenz / BPlusTree
B+ tree implementation which stores data in file
☆274Updated last year
Alternatives and similar repositories for BPlusTree:
Users that are interested in BPlusTree are comparing it to the libraries listed below
- B+ tree implementation in C☆129Updated 4 years ago
- C++ raft lib☆130Updated 2 years ago
- BTree and BPlusTree Realize:B树和B+树的实现代码☆86Updated 9 years ago
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆218Updated 7 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- 详细且纯粹的leveldb源码注解,注解总结链接:☆34Updated 6 years ago
- Probably the best implementation for SkipList written by C++☆120Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- High-Performance C++ Data System☆122Updated 11 months ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 7 years ago
- 无锁链表vs加锁链表(性能对比)☆37Updated 6 years ago
- braft detailed explanation☆45Updated 6 years ago
- A mini database implementation.☆228Updated last year
- C++ implementation of raft consensus☆262Updated last year
- An C++ implementation of RAFT consensus algorithm based on jrpc☆76Updated 6 years ago
- Annotated leveldb☆18Updated 5 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆143Updated 5 years ago
- A key-value store implemented as a Log-Structured Merge Tree in C++☆71Updated 7 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆173Updated 8 years ago
- A working project for High-concurrency B-tree source code in C☆246Updated 4 years ago
- The tiny bitcask storage engine☆114Updated 6 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆65Updated last year
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆157Updated 3 years ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆70Updated 2 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆425Updated 11 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆194Updated last year
- A simple C++ threadpool based on POSIX threads.☆129Updated 9 years ago
- Distributed In-Memory Index 分布式内存索引☆331Updated 6 years ago
- A raft consensus implementation that is simply and understandable☆320Updated 6 years ago
- Spring 2014. Stanford CS346 project. A mini relational database with query optimization☆166Updated 10 years ago