andylamp / BPlusTreeLinks
An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
☆175Updated last year
Alternatives and similar repositories for BPlusTree
Users that are interested in BPlusTree are comparing it to the libraries listed below
Sorting:
- Disk-based B+-tree written in Pure Java☆227Updated 5 years ago
- KVStore is a simple Key-Value Store based on B+Tree (disk & memory) for Java☆103Updated 2 months ago
- 500 行代码实现一个基于 LSM 的数据库☆145Updated 4 years ago
- A fast key/value store that is efficient for high-volume random access reads and writes.☆356Updated 8 years ago
- Berkeley DB Java Edition☆67Updated 4 years ago
- Distributed KV Storage System based on Raft and RocksDB, can be use to store small files, like images.☆58Updated 5 years ago
- 1st AliCloud Database Performance Competition in 2018 - Java rank No.1 source code 阿里云2018年第一届PolarDB数据库性能大赛Java排名第一源码☆200Updated 6 years ago
- xnnyygn's raft implementation☆238Updated 8 months ago
- a tiny database with ARIES recovery algorithm (WAL and Fuzzy Checkpoint) to achieve ACID☆37Updated 5 years ago
- Low Level Persistence Library☆99Updated 11 months ago
- A Java implementation of B+ tree for key-value store☆55Updated 5 years ago
- ☆133Updated 4 years ago
- A Java library to perform direct I/O in Linux, bypassing file page cache.☆318Updated 3 years ago
- High performance persistent LSM key-value store library for the JVM.☆165Updated 3 years ago
- Labs of MIT 6.830 Database Systems☆57Updated 8 years ago
- C-Store : A column-oriented DBMS prototype (frozen)☆48Updated 5 years ago
- An efficient database query optimizer for large complex join queries☆136Updated 2 years ago
- Simple Database Management System☆39Updated 9 years ago
- ☆74Updated 2 years ago
- A fast, log structured key-value store.☆522Updated 2 years ago
- A simple calculator to demonstrate code gen technology☆26Updated 6 years ago
- A Java Direct IO framework which is very simple to use.☆122Updated last year
- My multi-paxos service implement :-)☆144Updated 3 years ago
- a lightweight database implements some basic function of hbase☆59Updated 7 years ago
- SimpleDBM is an Open Source Multi-Threaded Embeddable Transactional Database Engine in Java.☆60Updated 2 years ago
- A Java implementation of Lamport's Paxos algorithm.☆91Updated last year
- A ToyDB (for beginner) based on MIT 6.830 and CMU 15445☆30Updated 4 years ago
- An embedded KV storage engine for learning HBase☆247Updated 5 years ago
- Kudu源码分析笔记☆25Updated 5 years ago
- 基于LevelDB的改进☆29Updated 6 years ago