malbrain / Btree-source-codeLinks
A working project for High-concurrency B-tree source code in C
☆251Updated 4 years ago
Alternatives and similar repositories for Btree-source-code
Users that are interested in Btree-source-code are comparing it to the libraries listed below
Sorting:
- Log-Structured Merge-Tree (LSM-Tree)☆89Updated 8 years ago
- Read- and latency-optimized log structured merge tree☆174Updated 13 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆75Updated 4 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆175Updated 9 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆101Updated 6 years ago
- Implementation of the BwTree as specified by Microsoft Research☆100Updated 9 years ago
- A cache-efficiency weight balanced binary tree☆70Updated 11 years ago
- QSBR and EBR library☆123Updated 5 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆426Updated 12 years ago
- lock free modified prefix B+tree append-only database☆117Updated 10 years ago
- Beta release of Masstree.☆444Updated last year
- Libhalog is an open-source high available redo-log library using multiple paxos.☆37Updated 7 years ago
- Yet Another RAFT implementation☆126Updated 6 years ago
- B+ tree implementation in C☆132Updated 4 years ago
- Generic lock-free Skiplist container pure C implementation, STL-style set, map☆149Updated 5 years ago
- An embedded key-value store library specialized for building state machine and log store☆233Updated last week
- C++ implementation of raft consensus☆267Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- An adaptive radix tree for efficient indexing in main memory.☆162Updated last year
- Key/Value Datastore for Persistent Memory☆403Updated 2 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- Fast on-disk persistent key-value store☆387Updated 7 years ago
- ASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists…☆181Updated 7 years ago
- A raft consensus implementation that is simply and understandable☆320Updated 6 years ago
- C implementation of the Raft Consensus protocol, BSD licensed☆79Updated last year
- W-TinyLFU cache C++11 header only implementation☆62Updated 6 years ago
- An attempt to split the Raft library out of LogCabin☆37Updated 7 years ago
- C++ raft lib☆136Updated 3 years ago
- A library implements REDIS commands(Strings, Hashes, Lists, Sorted Sets, Sets, Keys, HyperLogLog) based on rocksdb, as the storage layer …☆101Updated last year
- LSM-trie☆114Updated 4 years ago