embedded2016 / bplus-tree
B+ tree implementation in C
☆129Updated 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
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 7 years ago
- B+ tree implementation which stores data in file☆276Updated last year
- A working project for High-concurrency B-tree source code in C☆247Updated 4 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Updated 6 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 10 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆74Updated 3 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆99Updated 6 years ago
- High performance web server☆24Updated 6 years ago
- skip list with rank, code less than z_set in redis☆171Updated last year
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆158Updated 3 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆145Updated 5 years ago
- lock free modified prefix B+tree append-only database☆117Updated 9 years ago
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 6 years ago
- C++ raft lib☆134Updated 2 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆174Updated 8 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 8 years ago
- A Raft based K-V database implemented with cpp.☆37Updated 5 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆426Updated 11 years ago
- A simple coroutine☆39Updated 10 years ago
- An adaptive radix tree for efficient indexing in main memory.☆154Updated 11 months ago
- levi-db is a fast database engine☆36Updated 6 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆212Updated last year
- Yet Another RAFT implementation☆126Updated 6 years ago
- ☆37Updated 9 years ago
- Probably the best implementation for SkipList written by C++☆121Updated last year
- Different implementations of spinlock.☆104Updated 10 years ago
- A c++ develop toolkit☆34Updated 7 years ago
- A simple fast MPMC obstruction-free linearizable concurrent queue for C (based on linux[futex]/gcc/x86_64)☆39Updated 4 years ago
- mit-6.824-2012☆42Updated 9 years ago
- A RAFT implementation to help build your RAFT service in 1 minute.☆67Updated last year