B+ tree implementation which stores data in file
☆280Jan 12, 2024Updated 2 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 in C☆131Oct 2, 2020Updated 5 years ago
- A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage☆1,881Jan 4, 2023Updated 3 years ago
- C++ implementation of B+ Tree.☆27Jun 5, 2019Updated 6 years ago
- c/c++ build a simple b+tree RDMS(利用c/c++ 开发基于B+树的小型关系型数据库 )☆515Aug 4, 2020Updated 5 years ago
- An open sourced implementation of Bw-Tree in SQL Server Hekaton☆526Nov 14, 2018Updated 7 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Apr 5, 2023Updated 2 years ago
- An embedded, simple, fast, concurrent, on-disk key-value store using a b+tree.☆40Mar 14, 2019Updated 6 years ago
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87May 13, 2014Updated 11 years ago
- A working project for High-concurrency B-tree source code in C☆252Aug 29, 2020Updated 5 years ago
- A C++ implementation of B+ Tree☆13Mar 26, 2015Updated 10 years ago
- Yet another write-optimized storage engine, using buffered B-tree algorithm inspired by TokuDB☆425Jul 14, 2013Updated 12 years ago
- A C++ implementation of the Quad-Tree spatial index.☆23Mar 6, 2022Updated 3 years ago
- C++ RPC based on RDMA☆13Sep 12, 2023Updated 2 years ago
- BLInk Tree logic - storage and locking experiment☆28Oct 1, 2014Updated 11 years ago
- This is the implementation of our research system Illuminator that was published in ASPLOS 2018 with the title "Making Huge Pages Actuall…☆11Sep 11, 2020Updated 5 years ago
- High-performance key-value store☆12Dec 31, 2018Updated 7 years ago
- A Fast Key-Value Storage Engine Based on Hierarchical B+-Tree Trie☆1,329Nov 21, 2025Updated 3 months ago
- ☆25Aug 1, 2016Updated 9 years ago
- 《数据库系统实现》作业:并发控制☆11Dec 16, 2021Updated 4 years ago
- A C++11 implementation of the B-Tree part of "The Case for Learned Index Structures"☆81Jan 8, 2018Updated 8 years ago
- Mini Database System using B+ Tree in C++ (Simple & Self-Explanatory Code)☆221Sep 20, 2025Updated 5 months ago
- Key-Value/Document store database library with btree and ARTree indexing methods, SSN-MVCC concurrency☆76Jul 3, 2021Updated 4 years ago
- MatrixKV: Reducing Write Stalls and Write Amplification in LSM-tree Based KV Stores with a Matrix Container in NVM☆76Aug 7, 2020Updated 5 years ago
- ☆15Oct 22, 2021Updated 4 years ago
- A very fast on-disk database for SHA1-identified objects☆57Jul 7, 2016Updated 9 years ago
- ☆30Nov 8, 2021Updated 4 years ago
- ☆44Aug 19, 2021Updated 4 years ago
- An open-source BzTree implementation☆92Aug 3, 2021Updated 4 years ago
- simple, lightweight message queue☆867Nov 23, 2017Updated 8 years ago
- Understanding the Idiosyncrasies of Real Persistent Memory☆33Aug 18, 2021Updated 4 years ago
- a distributed storage engine☆90Nov 21, 2016Updated 9 years ago
- C++ implementation of concurrent Binary Search Trees☆72Aug 17, 2015Updated 10 years ago
- MICA: A Fast In-memory Key-Value Store (see isca2015 branch for the ISCA2015 version)☆213Jan 18, 2016Updated 10 years ago
- Media Art with AI☆21Sep 9, 2019Updated 6 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆80Aug 2, 2014Updated 11 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Jan 29, 2023Updated 3 years ago
- Masstree -- lockless cache-aware trie of B+ trees [experimental]☆100Sep 18, 2018Updated 7 years ago
- B+ Tree - List - File Structures 2 - Memory Mapped File Structures for Go☆408Mar 29, 2019Updated 6 years ago
- rbtree implementation adapted from linux kernel thus can be used in your own c program(of course in userspace).☆165Jan 11, 2022Updated 4 years ago