A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
☆1,882Jan 4, 2023Updated 3 years ago
Alternatives and similar repositories for bplustree
Users that are interested in bplustree are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- B+ tree implementation which stores data in file☆280Jan 12, 2024Updated 2 years ago
- B+ tree implementation in C☆131Oct 2, 2020Updated 5 years ago
- Absolute balanced kdtree for fast kNN search.☆180Oct 26, 2025Updated 4 months ago
- skip list with rank, code less than z_set in redis☆175May 24, 2023Updated 2 years ago
- A working project for High-concurrency B-tree source code in C☆252Aug 29, 2020Updated 5 years ago
- Substitute for bloom filter.☆327Jan 3, 2021Updated 5 years ago
- the fastest in-memory index in the East 东半球最快并发索引☆476Feb 4, 2021Updated 5 years ago
- An open sourced implementation of Bw-Tree in SQL Server Hekaton☆529Nov 14, 2018Updated 7 years ago
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,207Oct 25, 2024Updated last year
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆77Jul 3, 2021Updated 4 years ago
- LeetCode in pure C☆3,172Mar 10, 2026Updated 2 weeks ago
- A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie☆1,330Nov 21, 2025Updated 4 months ago
- The Paxos library implemented in C++ that has been used in the WeChat production environment.☆3,373Dec 4, 2023Updated 2 years ago
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆176Jul 20, 2016Updated 9 years ago
- A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞☆3,676May 21, 2022Updated 3 years ago
- B-tree implementation in C☆373Jan 23, 2025Updated last year
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Mar 14, 2019Updated 7 years ago
- A asymmetric coroutine library for C.☆2,518Dec 16, 2022Updated 3 years ago
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆38,914Mar 11, 2026Updated 2 weeks ago
- brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Mac…☆17,471Mar 16, 2026Updated last week
- libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since…☆8,683Mar 7, 2024Updated 2 years ago
- C++ implementation of Raft core logic as a replication library☆1,169Mar 16, 2026Updated last week
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆424Jul 14, 2013Updated 12 years ago
- Beta release of Masstree.☆457Oct 15, 2023Updated 2 years ago
- C implementation of the Raft Consensus protocol, BSD licensed