kops/vendor/github.com/google/btree
Mike Splain 0cf516694e Update dependencies and BUILD.bazel scripts
For updated importpath
2018-09-17 09:57:31 -04: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 More vendor 2017-10-01 21:11:58 -04:00
btree_mem.go More vendor 2017-10-01 21:11:58 -04: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.