b-tree
Here are 12 public repositories matching this topic...
Spatial Database
-
Updated
Jan 10, 2023 - Python
B and B+ trees implementations in Python
-
Updated
Aug 25, 2022 - Python
A transactional, disk-based B-Tree storage engine built from scratch in pure Python. Features custom 8KB memory paging, secondary indexing, and a Write-Ahead Log (WAL) for ACID crash recovery.
-
Updated
Jun 11, 2026 - Python
B-Tree implementation with pure python, list-like item mangement, binary search, full tree text dump and tree logical checker
-
Updated
May 25, 2020 - Python
Database Programming Test Project. This project contains three practical exercises demonstrating key database programming concepts using Python, SQLAlchemy, PostgreSQL, and Alembic. Each task focuses on an important aspect of efficient database design, migration, and query optimization.
-
Updated
Jan 6, 2026 - Python
Implementation of a B-tree file organization in a Database Structures course at Gdańsk University of Technology.
-
Updated
Mar 5, 2026 - Python
Python-based employee management system using B-trees for efficient record storage, search, and retrieval.
-
Updated
Jul 22, 2026 - Python
A disk-backed B-Tree database engine built from scratch in Python with page-based storage and execution plan benchmarking.
-
Updated
Mar 1, 2026 - Python
Key-value database engine built from scratch in Python — B-tree storage, WAL crash recovery, TCP + HTTP server. 44K reads/sec.
-
Updated
Jun 22, 2026 - Python
Improve this page
Add a description, image, and links to the b-tree topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the b-tree topic, visit your repo's landing page and select "manage topics."