ceph-csi/vendor/github.com/google/btree
Praveen M 7eb99fc6c9 rebase: update K8s packages to v0.32.1
Update K8s packages in go.mod to v0.32.1

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