embedded2016 / bplus-treeLinks
B+ tree implementation in C
☆131Updated 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).☆162Updated 3 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆426Updated 12 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- A simple coroutine☆39Updated 10 years ago
- Different implementations of spinlock.☆105Updated 10 years ago
- C++ raft lib☆136Updated 2 years ago
- A Raft based K-V database implemented with cpp.☆38Updated 5 years ago
- High performance web server☆24Updated 7 years ago
- Probably the best implementation for SkipList written by C++☆123Updated 2 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- ☆154Updated 11 years ago
- redis's async event loop library☆188Updated 5 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- ☆37Updated 10 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- Fast on-disk persistent key-value store☆387Updated 7 years ago
- A raft consensus implementation that is simply and understandable☆321Updated 6 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- The tiny bitcask storage engine☆113Updated 6 years ago
- C++ implementation of raft consensus☆265Updated 2 years ago
- 文档数据库mongodb kv存储引擎wiredtiger源码详细分析注释☆66Updated 2 weeks ago
- A mini database implementation.☆236Updated last year
- A buffered-tree implemented in dictionary type and more☆75Updated 12 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago