b-plus-tree
There are 56 repositories under b-plus-tree topic.
spacejam/sled
the champagne of beta embedded databases
andylamp/BPlusTree
An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
msdeep14/DeepDataBase
A relational database engine using B+ tree indexing
HuangQiang/QALSH
Query-Aware LSH for Approximate NNS (PVLDB 2015 and VLDBJ 2017)
Morgan279/MemoryBasedBPlusTree
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 disk).
totechite/b_plus_tree
pure B+Tree that mimics the implementation of std::collections::BTreeMap
ADSC-Cloud/Waterwheel
Waterwheel is a distributed append-only store supporting millions insertions per second and realtime temporal and key range query
spy16/kiwi
Kiwi is a multi-backend key-value store written in Go.
dmemsys/CHIME
This is the implementation repository of our SOSP'24 paper: CHIME: A Cache-Efficient and High-Performance Hybrid Index on Disaggregated Memory.
riywo/b-plus-tree
B+Tree implementation in Kotlin
sidthekidder/btree-index
Filesystem-based B+ Tree Index
taylordotfish/btree-vec
A growable array (vector) implemented as a B-tree
wangli1426/b-tree
This is an efficient in-memory B+ tree, implemented in C++.
ByJuanDiego/b-plus-tree
Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.
most-inesctec/I2Bplus-tree
:evergreen_tree: Improved Interval B+ tree implementation, in TS :evergreen_tree:
andy-goryachev/SecDB
Encrypted Key-Value Store
Satrige/rustqlight
An educational Rust project to implement an SQLite-like database from scratch, exploring database concepts such as indexes, Write-Ahead Logging (WAL), and RAFT
gabriel-abn/keysorting-c
Project developed in C for Algorithms and Data Structures II discipline.
hexinatgithub/fa19-moocbase
Database Fall 2019, MOOCbase skeleton code
tmnsur/b-plus-tree.js
B+tree implementation in javascript
ciusji/sled
The champagne of beta embedded database.
GeorgeFarao/B-Plus-Tree
An implementation of a B+ Tree in C
gsiddhad/Data-Structures
Data Structures implementations
pawan231/MiniDataBase
A simple relational database based on B+ Tree Indexing
AGiannoutsos/B-Plus-Tree-Database-Implementaion
A B-plus tree implementation in C with an intermediate cache memory manager
akshatmittal2002/b-plus-tree
Implementation of B-Plus Tree in C++.
b-iank/Trabalho-ED2
Implementação de árvore B+ para um sistema de arquivo de filmes.
jamestiotio/dbsys
SUTD 2021 50.043 Database and Big Data Systems Code Dump
kioplato/B-Tree
Elegant B+ Tree implementation in C
kkli08/VeloxDB
Persistent Key-Value Storage Database Library.
Myrto-Iglezou/B-plus-Tree
Implementation of a B+ tree in C, as a project in "Implementation of Database Management Systems" course.
naoto0822/go-b-plus-tree
B+Tree implementation in Go :deciduous_tree:
Nikoletos-K/B-plus-Tree
🅱️ ➕ 🌳 Implementation of a B+ tree in C, as a project in "Implementation of Database Management Systems" course.
serajam/datastructures
Repository for different data structures implementations
Udrasht/B-Plus-Tree
Data-Systems-Project || B+Tree indexing, covering insertion, deletion, range and analysis.B+Tree supports only Integer value.