kops/vendor/github.com/google/btree
Arnaud Meukam 553ce3d532
Update k8s.io dependencies
Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
2025-02-25 14:55:45 +01:00
..
LICENSE More vendor 2017-10-01 21:11:58 -04:00
README.md Update k8s.io dependencies 2025-02-25 14:55:45 +01:00
btree.go Update k8s.io dependencies 2025-02-25 14:55:45 +01:00
btree_generic.go Update k8s.io dependencies 2025-02-25 14:55:45 +01:00

README.md

BTree implementation for Go

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.