https://github.com/droxer/btree
Experimental B tree implementation.
https://github.com/droxer/btree
Last synced: 23 days ago
JSON representation
Experimental B tree implementation.
- Host: GitHub
- URL: https://github.com/droxer/btree
- Owner: droxer
- License: apache-2.0
- Created: 2015-09-14T14:02:28.000Z (almost 11 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-09T16:16:20.000Z (about 4 years ago)
- Last Synced: 2025-02-26T22:23:37.065Z (over 1 year ago)
- Language: Go
- Size: 13.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# B-tree
[](https://travis-ci.org/droxer/btree)
This package provides a experimental [B-tree](https://en.wikipedia.org/wiki/B-tree) implementation.
See [(http://godoc.org/github.com/droxer/btree)](http://godoc.org/github.com/droxer/btree) for documentation.