zcbenz / BPlusTree
B+ tree implementation which stores data in file
☆277Updated last year
Alternatives and similar repositories for BPlusTree:
Users that are interested in BPlusTree are comparing it to the libraries listed below
- BTree and BPlusTree Realize:B树和B+树的实现代码☆86Updated 9 years ago
- B+ tree implementation in C☆129Updated 4 years ago
- High-Performance C++ Data System☆124Updated last year
- Probably the best implementation for SkipList written by C++☆120Updated last year
- leveldb源码阅读和重写,重写的过程中加上注释方便理解。☆219Updated 7 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆34Updated 7 years ago
- C++ raft lib☆136Updated 2 years ago
- An C++ implementation of RAFT consensus algorithm based on jrpc☆77Updated 6 years ago
- A mini database implementation.☆233Updated last year
- 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
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆146Updated 5 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆213Updated last year
- A working project for High-concurrency B-tree source code in C☆249Updated 4 years ago
- cmu 15445 2018,DBMS实现☆50Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 8 years ago
- braft detailed explanation☆47Updated 7 years ago
- Spring 2014. Stanford CS346 project. A mini relational database with query optimization☆166Updated 10 years ago
- A C++11 implementation of Redis Server, including cluster, use Leveldb for persist storage☆199Updated last year
- 无锁链表vs加锁链表(性能对比)☆37Updated 6 years ago
- The tiny bitcask storage engine☆114Updated 6 years ago
- A key-value store implemented as a Log-Structured Merge Tree in C++☆71Updated 7 years ago
- LevelDB 源码剖析☆180Updated 5 years ago
- mit-6.824-2012☆42Updated 9 years ago
- Modern C++ B-tree containers☆269Updated last year
- C++ implementation of raft consensus☆262Updated last year
- Distributed In-Memory Index 分布式内存索引☆330Updated 6 years ago
- Fast on-disk persistent key-value store☆385Updated 6 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated last year
- mini分布式key-value存储引擎,主要涵盖: RPC,一致性Hash,master-slave-client架构,心跳机制等基本已经实现,主备结构, 数据迁移,数据副本等一些分布式主要功能将在以后添加☆17Updated 9 years ago