A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
☆1,881Jan 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
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
- 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
- the fastest in-memory index in the East 东半球最快并发索引☆476Feb 4, 2021Updated 5 years ago
- Substitute for bloom filter.☆327Jan 3, 2021Updated 5 years ago
- An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available dis…☆4,200Oct 25, 2024Updated last year
- An open sourced implementation of Bw-Tree in SQL Server Hekaton☆526Nov 14, 2018Updated 7 years ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆76Jul 3, 2021Updated 4 years ago
- The Paxos library implemented in C++ that has been used in the WeChat production environment.☆3,376Dec 4, 2023Updated 2 years ago
- A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie☆1,330Nov 21, 2025Updated 3 months ago
- LeetCode in pure C☆3,166Jul 11, 2025Updated 7 months ago
- C++ implementation of Raft core logic as a replication library☆1,162Feb 1, 2026Updated last month
- A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞☆3,673May 21, 2022Updated 3 years ago
- 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,684Mar 7, 2024Updated 2 years ago
- C implementation of the Raft Consensus protocol, BSD licensed☆1,165Jun 26, 2023Updated 2 years 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,462Mar 2, 2026Updated last week
- A asymmetric coroutine library for C.☆2,515Dec 16, 2022Updated 3 years ago
- The PebblesDB write-optimized key-value store (SOSP 17)☆521Apr 16, 2024Updated last year
- B-tree implementation in C☆373Jan 23, 2025Updated last year
- LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.☆38,876Updated this week
- An implementation of Intel's concurrent B+Tree (Palm Tree)☆176Jul 20, 2016Updated 9 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆425Jul 14, 2013Updated 12 years ago
- A radix tree implementation in ANSI C☆1,222Nov 26, 2023Updated 2 years ago
- A library that provides an embeddable, persistent key-value store for fast storage.☆31,598Updated this week
- 🎁 A glib-like multi-platform c library☆5,097Feb 23, 2026Updated 2 weeks ago
- A high-performance, concurrent hash table☆1,733Mar 31, 2025Updated 11 months ago
- LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a rel…☆1,956Jun 21, 2024Updated last year
- BTree provides a simple, ordered, in-memory data structure for Go programs.☆4,156Aug 21, 2024Updated last year
- Raft一致性算法论文的中文翻译☆6,281Apr 23, 2024Updated last year
- ☆10,565Jun 2, 2025Updated 9 months ago
- Apache Pegasus - A horizontally scalable, strongly consistent and high-performance key-value store☆2,047Feb 11, 2026Updated 3 weeks ago
- Modern C++ B-tree containers☆280Aug 11, 2023Updated 2 years ago
- Writing a sqlite clone from scratch in C☆10,313Mar 4, 2024Updated 2 years ago
- a simple btree implementation with automatic space reclaiming☆282Oct 5, 2018Updated 7 years ago
- A library of common data structures and algorithms written in C.☆3,588Apr 17, 2025Updated 10 months ago
- C macros for hash tables and more☆4,659Feb 20, 2026Updated 2 weeks ago
- A RocksDB compatible KV storage engine with better performance☆2,143Aug 25, 2025Updated 6 months ago
- c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )☆515Aug 4, 2020Updated 5 years ago