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:
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 8 years ago
- B+ tree implementation which stores data in file☆277Updated last year
- A working project for High-concurrency B-tree source code in C☆250Updated 4 years ago
- High performance web server☆24Updated 7 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆161Updated 3 years ago
- C++ raft lib☆136Updated 2 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 3 years ago
- skip list with rank, code less than z_set in redis☆174Updated 2 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆148Updated 5 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated 2 years ago
- C implementation of the Raft Consensus protocol, BSD licensed☆72Updated last year
- A Raft based K-V database implemented with cpp.☆38Updated 5 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Updated 6 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆425Updated 11 years ago
- A simple coroutine☆39Updated 10 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆174Updated 8 years ago
- the fastest in-memory index in the East 东半球最快并发索引☆474Updated 4 years ago
- A simple header-only Multiversion Concurrency Control (MVCC) implementation in C++11.☆26Updated 9 years ago
- 详细且纯粹的leveldb源码注解,注解总结链接:☆35Updated 7 years ago
- An event-driven c library open source by taobao originally and maintain here☆20Updated 5 years ago
- 文档数 据库mongodb kv存储引擎wiredtiger源码详细分析注释☆67Updated last week
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- A cache-efficiency weight balanced binary tree☆69Updated 11 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- An adaptive radix tree for efficient indexing in main memory.☆161Updated last year