kubernetes/vendor/github.com/google/btree
2019-11-06 17:42:34 -05:00
..
.travis.yml
btree.go Update vendor k8s-cloud-provider and google API 2019-08-27 15:58:55 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
LICENSE
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.