An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
☆176Nov 8, 2023Updated 2 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:
- Disk-based B+-tree written in Pure Java☆226Oct 13, 2020Updated 5 years ago
- A Java implementation of B+ tree for key-value store☆55Jan 9, 2020Updated 6 years ago
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆105Aug 27, 2025Updated 6 months ago
- B+-tree in java that stores to disk using memory mapped files, supports range queries and duplicate keys☆51Feb 2, 2026Updated last month
- Java implementation of immutable key-value storage based on sorted string table☆12Jun 26, 2015Updated 10 years ago
- A fast key/value store that is efficient for high-volume random access reads and writes.☆359May 17, 2017Updated 8 years ago
- B+树☆15Dec 19, 2017Updated 8 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆60Jul 28, 2023Updated 2 years ago
- A distributed key-value store based on the implementation of Raft consensus algorithm following the paper, which applies multithreading t…☆19Nov 30, 2019Updated 6 years ago
- An implementation of B+Tree (a multiway search tree based on the memory, i.e., all data records are stored in the memory instead of the d…☆20Feb 7, 2023Updated 3 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
- A JVM-embeddable Distributed Database☆326Sep 1, 2025Updated 6 months ago
- This project enables you to use spring inside of a spark application.☆11May 6, 2015Updated 10 years ago
- HawtDB is an embedded MVCC Key/Value Database☆80Feb 17, 2014Updated 12 years ago
- Memory Resident B Plus Tree Implementation☆15May 2, 2018Updated 7 years ago
- 分布式、高可用的延迟调度系统、可以配合消息队列实现延迟任务队列☆12Dec 5, 2023Updated 2 years ago
- BLInk Tree logic - storage and locking experiment☆28Oct 1, 2014Updated 11 years ago
- benchmark driver for "Can Learned Models Replace Hash Functions?" VLDB submission☆16Oct 31, 2023Updated 2 years ago
- A fast, log structured key-value store.☆528Apr 26, 2023Updated 2 years ago
- [VLDB 2022] High Performance Learned Index on Persistent Memory☆50Apr 19, 2023Updated 2 years ago
- A simple and high-performance Java B-tree: drop-in replacement for java.util.TreeMap☆29Nov 3, 2019Updated 6 years ago
- Embedded Key Value Java Database☆366Oct 13, 2020Updated 5 years ago
- A persistent learned index for non-volatile memory with high read/write performance.☆21Jun 16, 2022Updated 3 years ago
- Raft Java implementation which is simple and easy to understand.☆1,235Jan 10, 2024Updated 2 years ago
- Java implementation of a B+ Tree, a data structure that efficiently retrieves data in a block-oriented storage context☆28Dec 18, 2023Updated 2 years ago
- 一个模仿Kafka的简单消息中间件☆14Jun 29, 2022Updated 3 years ago
- A distributed key-value store based on replicated LSM-Trees☆10May 18, 2017Updated 8 years ago
- SimpleDB is developed by Edward Sciore. This repo is to enhance it and provide more features.☆38Jan 2, 2021Updated 5 years ago
- 一个高性能,可靠,异步的本地持久化队列实现;重启JVM、重启服务器、或者强制KILL进程时,队列里的数据不丢失;☆12Dec 5, 2017Updated 8 years ago
- Apache Directory Mavibot☆17Nov 19, 2022Updated 3 years ago
- flink sql redis 连接器☆12Nov 20, 2023Updated 2 years ago
- Online LDA using Hoffman's Python Implementation☆15Nov 14, 2014Updated 11 years ago
- Java task scheduler to execute threads which dependency is managed by directed acyclic graph☆25Feb 2, 2017Updated 9 years ago
- A working project for High-concurrency B-tree source code in C☆252Aug 29, 2020Updated 5 years ago
- rocketmq的磁盘存储模块,我增加了延时消息☆11Mar 10, 2019Updated 7 years ago
- Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.☆59Mar 12, 2020Updated 6 years ago
- 超精简分布式对象存储☆48Dec 20, 2018Updated 7 years ago
- UC Berkeley's Database class CS186: Implement A Simple Database Management System☆426Dec 26, 2024Updated last year
- Provides a simple in-memory POJO Multi Version Concurrency Control (MVCC) cache☆47Dec 19, 2013Updated 12 years ago