https://github.com/werbenhu/bptree
A golang implementation of a b plus tree(b+ tree).
https://github.com/werbenhu/bptree
Last synced: 7 months ago
JSON representation
A golang implementation of a b plus tree(b+ tree).
- Host: GitHub
- URL: https://github.com/werbenhu/bptree
- Owner: werbenhu
- Created: 2024-11-08T12:06:44.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-23T03:34:05.000Z (11 months ago)
- Last Synced: 2025-01-21T00:18:47.975Z (9 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Bptree
Bptree is a Golang implementation of a B+ Tree.
**Note**: This project is still under development, and certain issues remain to be addressed. Please use with caution.
---
## bptree
Bptree 是一个用 Golang 实现的 B+ 树。
**注意**:该项目尚在开发中,仍有一些问题需要完善,请谨慎使用。