Registry / utility / hashicorp-go-immutable-radix

hashicorp-go-immutable-radix

JSON →
library1.3.1gogounverified

An immutable radix tree implementation in Go, providing efficient key-value storage with snapshot capabilities.

go get github.com/hashicorp/go-immutable-radix
INSTALL
IMPORT
SIG · HASHICORP-GO-IMMUT
H
hashicorp-go-immutable-radix
utilitygov1.3.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.

iradix
github.com/hashicorp/go-immutable-radix

Creates an immutable radix tree and inserts a key-value pair.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hashicorp-go-immutable-radix — go get hashicorp-go-immutable-radix · libregistry