embedded2016 / bplus-treeLinks
B+ tree implementation in C
☆132Updated 4 years ago
Alternatives and similar repositories for bplus-tree
Users that are interested in bplus-tree are comparing it to the libraries listed below
Sorting:
- B+ tree implementation which stores data in file☆279Updated last year
- A working project for High-concurrency B-tree source code in C☆251Updated 4 years ago
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 8 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆163Updated 3 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- C++ raft lib☆136Updated 2 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆426Updated 12 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- High performance web server☆24Updated 7 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- Probably the best implementation for SkipList written by C++☆123Updated 2 years ago
- Fast on-disk persistent key-value store☆387Updated 7 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- ☆37Updated 10 years ago
- A simple coroutine☆39Updated 10 years ago
- A Raft based K-V database implemented with cpp.☆38Updated 5 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Spring 2014. Stanford CS346 project. A mini relational database with query optimization☆166Updated 10 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- A buffered-tree implemented in dictionary type and more☆75Updated 12 years ago
- The tiny bitcask storage engine☆114Updated 6 years ago
- C++ implementation of raft consensus☆268Updated 2 years ago
- A mini database implementation.☆236Updated last year
- Lock-free linked list☆16Updated 12 years ago
- A raft consensus implementation that is simply and understandable☆321Updated 6 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- 文档数据库mongodb kv存储引擎wiredtiger源码详细分析注释☆66Updated last month
- A cache-efficiency weight balanced binary tree☆70Updated 11 years ago