Registry / database / tidwall-btree

tidwall-btree

JSON →
library1.8.1gogounverified

Package btree implements a B-tree data structure for Go.

go get github.com/tidwall/btree
INSTALL
IMPORT
SIG · TIDWALL-BTREE
T
tidwall-btree
databasegov1.8.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

btree
github.com/tidwall/btree

Create a B-tree and insert a key-value pair

package main import ( "fmt" "github.com/tidwall/btree" ) func main() { bt := btree.New[int](btree.Options{}) bt.Set(1, "one") fmt.Println(bt.Get(1)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
tidwall-btree — go get tidwall-btree · libregistry