bptree
Here are 20 public repositories matching this topic...
A key-value persistent database that supports SQL queries over B+ and LSM trees
-
Updated
Jan 9, 2022 - Go
A persistent storage (in file) based using B+ tree with byte-slice keys and values
-
Updated
Jan 9, 2022 - Go
经典数据结构和算法,Python实现,附带详细注释和完整测试用例。持续更新中……
-
Updated
Jul 30, 2019 - Python
GrayDB is a minimal, high-performance embedded database engine written entirely in C. Inspired by the architectural simplicity of SQLite and the modular power of PostgreSQL internals, it uses its own memory-efficient B+ Tree index, open-addressing Hash Table, and a small, expressive domain-specific language (DSL) for querying.
-
Updated
Jun 30, 2025 - C
Common Data Structures And Algorithms Implemented In C++. FOR LEARNING PURPOSES ONLY
-
Updated
Aug 8, 2020 - C++
研究目的的,基于内存的,完全原生实现的,有限支持 SQL 查询的关系型数据库
-
Updated
Mar 27, 2023 - Go
Simple and powerful JSON document database supporting complex queries and flexible indexing policies.
-
Updated
Jul 29, 2026 - TypeScript
A persistent, memory-mapped B+tree for Rust with a BTreeMap-like API.
-
Updated
Apr 19, 2026 - Rust
This repository contains several projects that simulates, for example, file system or database manager systems etc.
-
Updated
Feb 18, 2019 - C
Here we have implemented B-Plus Tree for data block indexing as a data system project
-
Updated
Sep 28, 2022 - Makefile
A robust B+ Tree data structure implementation in C, featuring dynamic node splitting and indexing mechanics, designed for file system and database applications.
-
Updated
Jun 12, 2025 - C
-
Updated
Jun 15, 2018 - C++
Add this topic to your repo
To associate your repository with the bptree topic, visit your repo's landing page and select "manage topics."