Registry / utility / plar-go-adaptive-radix-tree

plar-go-adaptive-radix-tree

JSON →
library1.0.7gogounverified

Package art implements an Adaptive Radix Tree (ART) in pure Go.

go get github.com/plar/go-adaptive-radix-tree
INSTALL
IMPORT
SIG · PLAR-GO-ADAPTIVE-R
P
plar-go-adaptive-radix-tree
utilitygov1.0.7
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.

art
github.com/plar/go-adaptive-radix-tree

Inserts and retrieves a key-value pair in an adaptive radix tree.

package main import ( "fmt" art "github.com/plar/go-adaptive-radix-tree" ) func main() { tree := art.New() tree.Insert([]byte("key"), "value") val, _ := tree.Search([]byte("key")) fmt.Println(val) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
plar-go-adaptive-radix-tree — go get plar-go-adaptive-radix-tree · libregistry