SkillAgentSearch skills...

Btree

BTree provides a simple, ordered, in-memory data structure for Go programs.

Install / Use

/learn @google/Btree
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars4.2k
CategoryDevelopment
Updated4d ago
Forks422

Languages

Go

Security Score

95/100

Audited on Apr 4, 2026

No findings