Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: bplus-tree

mkrebser/ConcurrentSortedDictionary

ConcurrentSortedDictionary implementation in (c#, .NET 7) . It is implemented using a concurrent B+Tree

Language: C# - Size: 361 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - 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: 4 days ago - Pushed: over 4 years ago - Stars: 3 - Forks: 1

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: 84.1 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 168 - Forks: 23

RohanVDvivedi/TupleIndexer

This library provides a persistent block accessible disk-resident b+tree and a page table.

Language: C - Size: 1.32 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 0 - Forks: 0

yooniversal/ITE2038

DATABASE SYSTEMS

Language: Python - Size: 788 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

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: 20 days ago - Pushed: over 2 years ago - Stars: 22 - Forks: 5

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: 2 months ago - Pushed: 2 months ago - Stars: 0 - Forks: 0

devleejb/b-plus-tree

B+ Tree Implementation using JAVA

Language: Java - Size: 9.77 KB - Last synced: about 1 month ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

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: 338 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 6 - Forks: 1

vahagz/bptree

on-disk bptree (b+ tree) data structure implementation

Language: Go - Size: 85.9 KB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 1 - Forks: 0

keks51/KeksDB

key value database based on bplus and lsm trees

Language: Java - Size: 3.14 MB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

dang1412/data-structures

Data structures implementation & visualization

Language: TypeScript - Size: 240 KB - Last synced: 5 months ago - Pushed: over 2 years ago - Stars: 27 - Forks: 2

zamgi/SuffixArray

Implementation of suffix array

Language: C# - Size: 2.42 MB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 4 - Forks: 0

andylamp/BPlusTree

An efficient, conscise, and simple implementation of a purely on-disk B+ Tree data structure

Language: Java - Size: 136 KB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 142 - Forks: 46

niteshkumartiwari/B-Plus-Tree

Mini Database System using B+ Tree in C++ (Simple & Self-Explanatory Code)

Language: C++ - Size: 2.78 MB - Last synced: 7 months ago - Pushed: over 1 year ago - Stars: 149 - Forks: 44

msdeep14/DeepDataBase

A relational database engine using B+ tree indexing

Language: C++ - Size: 6.96 MB - Last synced: 7 months ago - Pushed: almost 3 years ago - Stars: 40 - Forks: 11

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: 8 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

Vivek2k20/B_plus_Tree

Implements B+Tree for storing,indexing and retrieval of records.

Language: C++ - Size: 459 KB - Last synced: 8 months ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

andy-byers/CalicoDB

A tiny embedded, transactional key-value database 🐱

Language: C++ - Size: 4.08 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 25 - Forks: 1

tinysets/bplus-tree-js

Easy to read,Simple unoptimized b+tree implementation in JS/TS

Language: TypeScript - Size: 3.91 KB - Last synced: 9 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

NikosMav/Database-Systems-3

Language: C - Size: 123 KB - Last synced: 9 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

chaojun-zhang/JavaFamily

记录学习点滴,分享技术干货

Language: Scala - Size: 148 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 0 - Forks: 0

Enriquefft/BPlusTree

Generic BTree with support for different values on keys and data

Language: C++ - Size: 116 KB - Last synced: 10 months ago - Pushed: 10 months 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: 10 months ago - Pushed: almost 3 years ago - Stars: 1 - Forks: 0

krasun/bptree

In-memory B+ tree implementation for Go.

Language: Go - Size: 51.8 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 6 - Forks: 5

Krysthyan/b-plus-tree

Arbol b+

Language: Java - Size: 95.7 KB - Last synced: 10 months ago - Pushed: over 7 years ago - Stars: 6 - Forks: 1

IgorBio/Key_value_store

Implementation of data structures such as hash table, avl tree, b+ tree

Language: C++ - Size: 94.7 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

krasun/gosqldb

A key-value persistent database that supports SQL queries over B+ and LSM trees

Language: Go - Size: 55.7 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 24 - Forks: 6

KHemanthRaju/Voter_id-management-System

Language: C++ - Size: 995 KB - Last synced: about 2 months ago - Pushed: almost 2 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: about 2 months ago - Pushed: almost 5 years ago - Stars: 11 - Forks: 2

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.89 MB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 2 - Forks: 0

thaodt/baby-crabdb-from-scratch

My learning journey through this book

Language: Rust - Size: 5.86 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

TangSiyang2001/RookieDB

A personal implementation of Berkley's CS186.

Language: Java - Size: 688 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

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: about 1 year ago - Pushed: almost 3 years ago - Stars: 6 - Forks: 3

justinxu9905/bustub-2022-fall

The BusTub Relational Database Management System (Educational)

Language: C++ - Size: 6.19 MB - Last synced: about 1 year ago - Pushed: over 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: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

arcadia-db/bplus-tree

Thread-Safe B+ Tree Data Structure in Rust

Language: Rust - Size: 2.84 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 6 - Forks: 1

blooplib/piroto

Piroto is a new compound index that is faster than MongoDB's.

Language: C++ - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 1 year 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: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

JoelJa835/B-Plus-Trees

Language: Java - Size: 1.33 MB - Last synced: about 1 year ago - Pushed: almost 3 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: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

soulintzis/Multidimensional-Data-Structures

Language: Python - Size: 34.6 MB - Last synced: 9 months ago - Pushed: over 3 years ago - Stars: 2 - Forks: 1

divyanshu-talwar/B-Plus-Tree

Language: Java - Size: 111 KB - Last synced: over 1 year ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

HsunGong/Bplus-Tree-highly-abstracted

Language: C++ - Size: 504 KB - Last synced: about 1 year ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0