Topic: "b-plus-tree"
spacejam/sled
the champagne of beta embedded databases
Language: Rust - Size: 9.03 MB - Last synced at: 1 day ago - Pushed at: 4 months ago - Stars: 8,414 - Forks: 392

andylamp/BPlusTree
An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
Language: Java - Size: 136 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 142 - Forks: 46

msdeep14/DeepDataBase
A relational database engine using B+ tree indexing
Language: C++ - Size: 6.96 MB - Last synced at: 18 days ago - Pushed at: over 3 years ago - Stars: 43 - Forks: 12

HuangQiang/QALSH
Query-Aware LSH for Approximate NNS (PVLDB 2015 and VLDBJ 2017)
Language: C++ - Size: 9.95 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 20 - Forks: 8

spy16/kiwi
Kiwi is a multi-backend key-value store written in Go.
Language: Go - Size: 195 KB - Last synced at: 19 days ago - Pushed at: over 1 year ago - Stars: 14 - Forks: 2

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).
Language: Java - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 14 - Forks: 8

ADSC-Cloud/Waterwheel
Waterwheel is a distributed append-only store supporting millions insertions per second and realtime temporal and key range query
Language: HTML - Size: 20.9 MB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 14 - Forks: 9

riywo/b-plus-tree
B+Tree implementation in Kotlin
Language: Kotlin - Size: 190 KB - Last synced at: 27 days ago - Pushed at: about 6 years ago - Stars: 12 - Forks: 6

dmemsys/CHIME
This is the implementation repository of our SOSP'24 paper: CHIME: A Cache-Efficient and High-Performance Hybrid Index on Disaggregated Memory.
Language: C++ - Size: 146 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 10 - Forks: 1

taylordotfish/btree-vec
A growable array (vector) implemented as a B-tree
Language: Rust - Size: 109 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 2

wangli1426/b-tree
This is an efficient in-memory B+ tree, implemented in C++.
Language: C++ - Size: 66.4 KB - Last synced at: 6 months ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 3

sidthekidder/btree-index
Filesystem-based B+ Tree Index
Language: C++ - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 8 - Forks: 2

most-inesctec/I2Bplus-tree
:evergreen_tree: Improved Interval B+ tree implementation, in TS :evergreen_tree:
Language: TypeScript - Size: 526 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 7 - Forks: 0

totechite/b_plus_tree
pure B+Tree that mimics the implementation of std::collections::BTreeMap
Language: Rust - Size: 31.3 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 0

andy-goryachev/SecDB
Encrypted Key-Value Store
Language: Java - Size: 41.1 MB - Last synced at: 25 days ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 1

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
Language: Rust - Size: 97.7 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 5 - Forks: 0

ByJuanDiego/b-plus-tree
Memory-resident B+ tree implementation, supporting insertion, key based search, bound based search and range search operations.
Language: C++ - Size: 2.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

tmnsur/b-plus-tree.js
B+tree implementation in javascript
Language: JavaScript - Size: 2.93 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

GeorgeFarao/B-Plus-Tree
An implementation of a B+ Tree in C
Language: C - Size: 362 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

ciusji/sled
The champagne of beta embedded database.
Language: Rust - Size: 1.24 MB - Last synced at: 29 days ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

gsiddhad/Data-Structures
Data Structures implementations
Language: C++ - Size: 60.5 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

hexinatgithub/fa19-moocbase Fork of xinyichen516/fa19-moocbase 📦
Database Fall 2019, MOOCbase skeleton code
Language: Java - Size: 1.73 MB - Last synced at: 12 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

kkli08/VeloxDB
Persistent Key-Value Storage Database Library.
Language: C++ - Size: 1.63 MB - Last synced at: 18 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Pavelavl/btrees
Language: C# - Size: 783 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

Udrasht/B-Plus-Tree
Data-Systems-Project || B+Tree indexing, covering insertion, deletion, range and analysis.B+Tree supports only Integer value.
Language: Makefile - Size: 1.9 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

naoto0822/go-b-plus-tree
B+Tree implementation in Go :deciduous_tree:
Language: Go - Size: 1.03 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

jamestiotio/dbsys
SUTD 2021 50.043 Database and Big Data Systems Code Dump
Language: Java - Size: 69.7 MB - Last synced at: 12 months ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 3

akshatmittal2002/b-plus-tree
Implementation of B-Plus Tree in C++.
Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Nikoletos-K/B-plus-Tree
🅱️ ➕ 🌳 Implementation of a B+ tree in C, as a project in "Implementation of Database Management Systems" course.
Language: C - Size: 296 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

Myrto-Iglezou/B-plus-Tree
Implementation of a B+ tree in C, as a project in "Implementation of Database Management Systems" course.
Language: C - Size: 297 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

AGiannoutsos/B-Plus-Tree-Database-Implementaion
A B-plus tree implementation in C with an intermediate cache memory manager
Language: C - Size: 288 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

kioplato/B-Tree
Elegant B+ Tree implementation in C
Language: C - Size: 283 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

serajam/datastructures
Repository for different data structures implementations
Language: Go - Size: 20.5 KB - Last synced at: 10 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

abbycin/mace
An embedded key-value storage engine with ACID support
Language: Rust - Size: 287 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

ewdlop/SQLNotes
database design + database implemntaiton too;Bases de Datos Relacionales
Language: Jupyter Notebook - Size: 199 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Nikos25K/Implementation-of-Database-Management-Systems
This repository contains three projects exploring the core concepts of database systems: Heap File Management, B+ Tree Indexing, and External Merge Sort. Built in C, these assignments demonstrate block-level file management, indexing, and sorting algorithms, providing hands-on experience with database internals and performance optimization.
Language: C - Size: 363 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Shabnam-Khaqanpoor/Database-Simulator-Using-B-plus-Tree Fork of UI-DS-02/Database-simulator
This project simulates a database management system using a B+ Tree to efficiently store and manage data. It demonstrates key database concepts such as table management, indexing, and basic tree operations like insertion, searching, and deletion. The B+ Tree structure enables fast data access, making it ideal for indexing in databases.
Size: 659 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ewdlop/SQL-Server-Note.md
"From the perspective of certain developers, there are no other reasonable options."
Size: 18.6 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

juanzq10dev/USB-Programacion-IV
Repositorio de la materia de Programación IV
Language: Java - Size: 0 Bytes - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

mivinci/hdb
A simple embedded KV database using B+ tree.
Language: C - Size: 1.95 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kr-g/dryades
dryades umbrella project
Language: Python - Size: 139 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

duncanchiu409/simple-sqlite-database
Simple sqlite database from scratch in C
Language: C - Size: 62.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alphinaud11/Database-Engine
An implementation of a database engine with support for B+ trees and R trees indexing
Language: Java - Size: 470 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

maxnilz/tree
B+ Tree, AVL Tree, Red-Black Tree golang implementation
Language: Go - Size: 1.19 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

waveyboym/Java-data-structures
A list of data structures(and their implementations) I had fun implementing in Java for educational purposes
Language: Java - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

five-hundred-eleven/five_one_one_bplus
A B-Plus Tree Python module, implemented in C.
Language: C - Size: 74.2 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nikita-bachhas/Building-Storage-and-Indexing-Components-of-a-Database-Management-System
A storage system that uses a text file as a database and a B+ tree for indexing
Language: Java - Size: 15.2 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BlinkDrink/Database-System
Language: C++ - Size: 83 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

gsiddhad/Algorithms-GUI
Python Tkinter GUI for algorithms
Language: Python - Size: 10.7 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mansi-k/BplusTree_rangeQ
Implemented B+ Tree for executing range queries on large SQL records
Language: C++ - Size: 1.48 MB - Last synced at: 11 days ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

jatin69/mca201-DS-project
Data Structure Project - B Plus Tree
Language: C++ - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

rushitjasani/B-plus-tree-Linear-hashiing
Language: C++ - Size: 119 KB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

BestSonny/B-plusTree
Language: C++ - Size: 83 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

BestSonny/BplusTree
Deprecated, refer to https://github.com/BestSonny/B-plusTree Implementation of B+ Tree (In-memory)
Language: C++ - Size: 23.4 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

joowon-byun/FileProcessing Fork of Jonghoe/FileProcessing
3-1 FileProcessing Assignment
Language: C++ - Size: 53.2 MB - Last synced at: 10 months ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

FcoManueel/self-balancing-tree
B+ self-balancing tree implementation using C++
Language: C++ - Size: 148 KB - Last synced at: almost 2 years ago - Pushed at: over 10 years ago - Stars: 0 - Forks: 0
