ceph-csi/vendor/github.com/google/btree
Praveen M 4a1927f2f3 rebase: update K8s packages to v0.32.0
Update K8s packages in go.mod to v0.32.0

Signed-off-by: Praveen M <m.praveen@ibm.com>
2025-01-16 12:36:42 +00:00
..
.travis.yml rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
btree.go rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
LICENSE rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +00:00
README.md rebase: update K8s packages to v0.32.0 2025-01-16 12:36:42 +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.