Registry / utility / hashicorp-go-immutable-radix-v2

hashicorp-go-immutable-radix-v2

JSON →
library2.1.0gogounverified

An immutable radix tree implementation in Go for efficient key-value storage and lookup.

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

Insert and retrieve a key-value pair

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

No known issues recorded.

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

No dependency data recorded yet.

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