kops/vendor/github.com/google/btree
Justin Santa Barbara fc21f4255f Replace kubernetes mount code with utils
This will remove one of the main dependencies on the
kubernetes/kubernetes repo.
2020-01-04 17:34:31 -05:00
..
.travis.yml More vendor 2017-10-01 21:11:58 -04:00
BUILD.bazel Update dependencies and BUILD.bazel scripts 2018-09-17 09:57:31 -04:00
LICENSE More vendor 2017-10-01 21:11:58 -04:00
README.md More vendor 2017-10-01 21:11:58 -04:00
btree.go make gomod 2019-10-10 13:10:13 -07:00

README.md

BTree implementation for Go

Travis CI Build Status

This package provides an in-memory B-Tree implementation for Go, useful as an ordered, mutable data structure.

The API is based off of the wonderful http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to act as a drop-in replacement for gollrb trees.

See http://godoc.org/github.com/google/btree for documentation.