Topic: "bplus-tree"
qwertie/ecsharp
Home of LoycCore, the LES language of Loyc trees, the Enhanced C# parser, the LeMP macro preprocessor, and the LLLPG parser generator.
Language: C# - Size: 83.9 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 177 - Forks: 25

niteshkumartiwari/B-Plus-Tree
Mini Database System using B+ Tree in C++ (Simple & Self-Explanatory Code)
Language: C++ - Size: 2.78 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 149 - Forks: 44

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: 16 days ago - Pushed at: over 3 years ago - Stars: 43 - Forks: 12

andy-byers/CalicoDB
A tiny embedded, transactional key-value database 🐱
Language: C++ - Size: 4.79 MB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 40 - Forks: 5

mk6i/mkdb
mkdb is a SQL-based relational database management system (RDBMS) written in Golang (1.18+) with zero third-party dependencies. The goal of the project is to provide a creative outlet for developers who want to experiment with database development in a low-stakes environment.
Language: Go - Size: 213 KB - Last synced at: 15 days ago - Pushed at: 11 months ago - Stars: 35 - Forks: 4

krasun/gosqldb
A key-value persistent database that supports SQL queries over B+ and LSM trees
Language: Go - Size: 55.7 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 30 - Forks: 7

dang1412/data-structures
Data structures implementation & visualization
Language: TypeScript - Size: 240 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 27 - Forks: 2

krasun/fbptree
A persistent storage (in file) based using B+ tree with byte-slice keys and values
Language: Go - Size: 92.8 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 26 - Forks: 5

habedi/bptree
A B+ tree implementation in C
Language: C - Size: 70.3 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 25 - Forks: 2

KHemanthRaju/Voter_id-management-System
Language: C++ - Size: 995 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 3

skyzh/BPlusTree
🌲 Fully unit-tested B+ tree with basic paging implemented in C++
Language: C++ - Size: 346 KB - Last synced at: 16 days ago - Pushed at: almost 6 years ago - Stars: 13 - Forks: 3

krasun/bptree
In-memory B+ tree implementation for Go.
Language: Go - Size: 51.8 KB - Last synced at: 5 days ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 5

wwkk-y/BPlusTree
数据库应用 B+ 树(Java)
Language: Java - Size: 301 KB - Last synced at: 10 days ago - Pushed at: 10 months ago - Stars: 6 - Forks: 1

arcadia-db/bplus-tree
Thread-Safe B+ Tree Data Structure in Rust
Language: Rust - Size: 2.84 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 1

SuryankDixit/teensy-weensy-Database
In- Memory- Database. Implementation of Multilevel Indexing using B+ trees for fast updation and retrieval of data.
Language: C++ - Size: 833 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 3

Krysthyan/b-plus-tree
Arbol b+
Language: Java - Size: 95.7 KB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 6 - Forks: 1

zamgi/SuffixArray
Implementation of suffix array
Language: C# - Size: 2.42 MB - Last synced at: 18 days ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 0

m-ibrahim-khalil/b-tree
Here is a implementation code dynamic b plus tree code in c++
Language: C++ - Size: 6.84 KB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

zhuichao001/hawker
Common engineering data structures and algorithms, such as linear,tree,linked list,graph,greedy,divide and conquer,dynamic programming, backtracking, depth search, breadth search and so on
Language: C++ - Size: 5.91 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 1

TangSiyang2001/RookieDB
A personal implementation of Berkley's CS186.
Language: Java - Size: 688 KB - Last synced at: 28 days ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Vivek2k20/B_Plus_Tree_GUI
Implements B+Tree for storing,indexing and retrieval of records.GUI Implemented by using .NET Framework(Winforms)
Language: C++ - Size: 6.55 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

soulintzis/Multidimensional-Data-Structures
Language: Python - Size: 34.6 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

vahagz/bptree
on-disk bptree (b+ tree) data structure implementation
Language: Go - Size: 85.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Enriquefft/BPlusTree
Generic BTree with support for different values on keys and data
Language: C++ - Size: 116 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

mkrebser/ConcurrentSortedDictionary
ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree
Language: C# - Size: 361 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

martinsjeniffer/AED2-ACH2024
Repositório contendo os códigos da disciplina Algoritmos e Estruturas de Dados 2, ministrado pela professora Ariane Machado Lima, na Escola de Artes, Ciências e Humanidades (EACH) da Universidade de São Paulo
Language: C - Size: 180 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

RohanVDvivedi/TupleIndexer
This library provides a persistent block accessible disk-resident b+tree, hash_table, linked_page_list, page table and an array_table.
Language: C - Size: 2.23 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

nestalii/bplus-tree-project
Implementation of a B+ tree for lexicographically ordered name indexing using a custom hash function
Language: Python - Size: 3.91 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

CodeMaestro1/SearchAlgorithmsSuite
Language: Java - Size: 107 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

vkiou/BPlusTree
A page that visualizes the basic methods of a B+ Tree, based on the algorithms from the book "Database System Concepts, 7th Edition" by Avi Silberschatz, Henry F. Korth and S. Sudarshan (the visualization part is still under construction but it works)
Language: JavaScript - Size: 67.4 KB - Last synced at: 19 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

yooniversal/ITE2038
DATABASE SYSTEMS
Language: Python - Size: 788 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Godhuli-De/bPlusTree
Design a B+ Tree data structure that can store part catalog information without the use of any database.
Language: Java - Size: 108 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

keks51/KeksDB
key value database based on bplus and lsm trees
Language: Java - Size: 3.14 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sidmulajkar/perosnal-blogs
These blogs covers all technical aspects of the backend, frontend, networking and the security concepts
Size: 11.8 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

chaojun-zhang/JavaFamily
记录学习点滴,分享技术干货
Language: Scala - Size: 148 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

IgorBio/Key_value_store
Implementation of data structures such as hash table, avl tree, b+ tree
Language: C++ - Size: 94.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

justinxu9905/bustub-2022-fall
The BusTub Relational Database Management System (Educational)
Language: C++ - Size: 6.19 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

blooplib/piroto
Piroto is a new compound index that is faster than MongoDB's.
Language: C++ - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

waveyboym/b-plus-tree-dbms
A dbms which manages students in a bplus tree data structure and has a gui to interact with the bplus tree
Language: Java - Size: 331 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

RaofaizanAPSACS/AmazonDataManipulationApplication
This application manages the data of the different products of the Amazon store.
Language: C++ - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

NikosMav/Database-Systems-3
Language: C - Size: 123 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

devleejb/b-plus-tree
B+ Tree Implementation using JAVA
Language: Java - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Vivek2k20/B_plus_Tree
Implements B+Tree for storing,indexing and retrieval of records.
Language: C++ - Size: 459 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

JoelJa835/B-Plus-Trees
Language: Java - Size: 1.33 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

tinysets/bplus-tree-js
Easy to read,Simple unoptimized b+tree implementation in JS/TS
Language: TypeScript - Size: 3.91 KB - Last synced at: 14 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

HsunGong/Bplus-Tree-highly-abstracted
Language: C++ - Size: 504 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

divyanshu-talwar/B-Plus-Tree
Language: Java - Size: 111 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0
