An open API service indexing awesome lists of open source software.

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).

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+ 树。

**注意**:该项目尚在开发中,仍有一些问题需要完善,请谨慎使用。