kops/vendor/github.com/google/btree
Justin Santa Barbara 6b6f9db0ef Run make dep-ensure to use dep for vendor directory 2018-02-04 22:08:16 -05:00
..
.travis.yml More vendor 2017-10-01 21:11:58 -04:00
BUILD.bazel Run make dep-ensure to use dep for vendor directory 2018-02-04 22:08:16 -05: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.