Skip to content

Feature/min disk persistence#7

Merged
bglid merged 10 commits into
mainfrom
feature/min-disk-persistence
Apr 26, 2026
Merged

Feature/min disk persistence#7
bglid merged 10 commits into
mainfrom
feature/min-disk-persistence

Conversation

@bglid

@bglid bglid commented Apr 26, 2026

Copy link
Copy Markdown
Owner

Summary

Added Basic B+ Tree functionality and inserts written from top-level. Can now do a basic insert via the BTree that persists to disk.

Changes

  • Takes in DB session and creates a .db file
  • INSERT can serialize a B+ tree node to disk following the Nodes.t byte layout
  • Added constants for betting lexing parsing workflow
  • Added Cursor.t abstraction for scanning the B+ tree
  • Added .tree command for printing the keys
  • Added more tests, including pager tests

@bglid bglid merged commit 6a23a86 into main Apr 26, 2026
1 check passed
@bglid bglid deleted the feature/min-disk-persistence branch April 26, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant