Here are
37 public repositories
matching this topic...
the champagne of beta embedded databases
Updated
May 27, 2022
Rust
An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure
Updated
Oct 13, 2020
Java
A relational database engine using B+ tree indexing
Query-Aware LSH for Approximate NNS (PVLDB 2015 and VLDBJ 2017)
Waterwheel is a distributed append-only store supporting millions insertions per second and realtime temporal and key range query
Updated
Jan 23, 2019
HTML
B+Tree implementation in Kotlin
Updated
Apr 1, 2019
Kotlin
Kiwi is a multi-backend key-value store written in Go.
This is an efficient in-memory B+ tree, implemented in C++.
Filesystem-based B+ Tree Index
A simple relational database based on B+ Tree Indexing
pure B+Tree that mimics the implementation of std::collections::BTreeMap
Updated
Apr 18, 2021
Rust
Encrypted Key-Value Store
The champagne of beta embedded database.
Data Structures implementations
Fall 2019, MOOCbase skeleton code
B+tree implementation in javascript
Updated
Mar 7, 2022
JavaScript
Repository for different data structures implementations
Implementation of B-Plus Tree in C++.
A disk-oriented storage manager for the SQLite DBMS
An implementation of a B+ Tree in C
A growable array (vector) implemented as a B-tree
Updated
May 18, 2022
Rust
Elegant B+ Tree implementation in C
🅱️ ➕ 🌳 Implementation of a B+ tree in C, as a project in "Implementation of Database Management Systems" course.
Data Structure Project - B Plus Tree
Python Tkinter GUI for algorithms
Updated
Feb 20, 2021
Python
A B-plus tree implementation in C with an intermediate cache memory manager
3-1 FileProcessing Assignment
Improve this page
Add a description, image, and links to the
b-plus-tree
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
b-plus-tree
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The current implementation does not allow the overriding of the
FlatInterval.equalsmethod since internally someFlatIntervalobjects are created to optimise data handling. As such, if one does override theequalsmethod with the new properties, thesearchmethod brakes.Possible solutions:
FlatIntervalobjects inside theI2BplusTreeand just use/ move around the va