{"id":50005,"library":"hashicorp-go-immutable-radix","title":"Go Immutable Radix Tree","description":"An immutable radix tree implementation in Go, providing efficient key-value storage with snapshot capabilities.","status":"active","version":"1.3.1","language":"go","source_language":null,"source_url":"https://github.com/hashicorp/go-immutable-radix","tags":["radix-tree","immutable","data-structure","key-value"],"install":[{"cmd":"go get github.com/hashicorp/go-immutable-radix","lang":"bash","label":"Install github.com/hashicorp/go-immutable-radix"}],"dependencies":[],"imports":[{"symbol":"iradix","correct":"github.com/hashicorp/go-immutable-radix"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/hashicorp/go-immutable-radix\"\n)\n\nfunc main() {\n\ttree := iradix.New()\n\ttree, _, _ = tree.Insert([]byte(\"key\"), \"value\")\n\tfmt.Println(tree)\n}","lang":"go","description":"Creates an immutable radix tree and inserts a key-value pair."},"warnings":[],"env_vars":null,"search_vec":"'capabl':20 'data':26 'data-structur':25 'effici':13 'go':1,11 'immut':2,6,24 'implement':9 'key':15,29 'key-valu':14,28 'provid':12 'radix':3,7,22 'radix-tre':21 'snapshot':19 'storag':17 'structur':27 'tree':4,8,23 'valu':16,30","created_at":"2026-06-15T04:36:24.642519+00:00","updated_at":"2026-06-15T04:36:24.642519+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/hashicorp/go-immutable-radix","github":"https://github.com/hashicorp/go-immutable-radix","docs":"https://pkg.go.dev/github.com/hashicorp/go-immutable-radix#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}