containerd/vendor/github.com/google/btree
Lantao Liu 5af5a04b6f Update Kubernetes to 14b32888de6403aa38aedc69086c5a3aff7a4ace
Signed-off-by: Lantao Liu <lantaol@google.com>
2017-09-20 01:31:26 +00:00
..
btree.go Update Kubernetes to 14b32888de6403aa38aedc69086c5a3aff7a4ace 2017-09-20 01:31:26 +00:00
LICENSE Update Kubernetes to 14b32888de6403aa38aedc69086c5a3aff7a4ace 2017-09-20 01:31:26 +00:00
README.md Update Kubernetes to 14b32888de6403aa38aedc69086c5a3aff7a4ace 2017-09-20 01:31:26 +00:00

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.