Code refactoring for bpa operator
[icn.git] / cmd / bpa-operator / vendor / github.com / google / btree / README.md
1 # BTree implementation for Go
2
3 ![Travis CI Build Status](https://api.travis-ci.org/google/btree.svg?branch=master)
4
5 This package provides an in-memory B-Tree implementation for Go, useful as
6 an ordered, mutable data structure.
7
8 The API is based off of the wonderful
9 http://godoc.org/github.com/petar/GoLLRB/llrb, and is meant to allow btree to
10 act as a drop-in replacement for gollrb trees.
11
12 See http://godoc.org/github.com/google/btree for documentation.