https://github.com/adarsh-kmt/btree
An in-memory implementation of a B-Tree, written in Go.
https://github.com/adarsh-kmt/btree
b-tree data-structures-and-algorithms database go
Last synced: 6 months ago
JSON representation
An in-memory implementation of a B-Tree, written in Go.
- Host: GitHub
- URL: https://github.com/adarsh-kmt/btree
- Owner: Adarsh-Kmt
- Created: 2025-02-26T15:21:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-02-26T17:58:20.000Z (11 months ago)
- Last Synced: 2025-02-26T18:47:42.459Z (11 months ago)
- Topics: b-tree, data-structures-and-algorithms, database, go
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BTree
An in-memory implementation of a B-Tree, written in Go.