Registry / utility / asergeyev-nradix

asergeyev-nradix

JSON →
library0.0.0-20220715161825-e451993e425cgogounverified

Package nradix implements a radix tree data structure.

go get github.com/asergeyev/nradix
INSTALL
IMPORT
SIG · ASERGEYEV-NRADIX
A
asergeyev-nradix
utilitygov0.0.0-20220715161825-e451993e425c
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.

nradix
github.com/asergeyev/nradix

Creates a new radix tree and inserts a key-value pair.

package main import ( "fmt" "github.com/asergeyev/nradix" ) func main() { tree := nradix.New() tree.Insert("key", "value") fmt.Println(tree) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220715161825-e451993e425clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources
asergeyev-nradix — go get asergeyev-nradix · libregistry