{"id":76864,"library":"asergeyev-nradix","title":"nradix","description":"Package nradix implements a radix tree data structure.","status":"active","version":"0.0.0-20220715161825-e451993e425c","language":"go","source_language":null,"source_url":"https://github.com/asergeyev/nradix","tags":["radix-tree","data-structure","trie"],"install":[{"cmd":"go get github.com/asergeyev/nradix","lang":"bash","label":"Install github.com/asergeyev/nradix"}],"dependencies":[],"imports":[{"symbol":"nradix","correct":"github.com/asergeyev/nradix"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/asergeyev/nradix\"\n)\n\nfunc main() {\n\ttree := nradix.New()\n\ttree.Insert(\"key\", \"value\")\n\tfmt.Println(tree)\n}","lang":"go","description":"Creates a new radix tree and inserts a key-value pair."},"warnings":[],"env_vars":null,"search_vec":"'data':8,14 'data-structur':13 'implement':4 'nradix':1,3 'packag':2 'radix':6,11 'radix-tre':10 'structur':9,15 'tree':7,12 'trie':16","created_at":"2026-06-17T19:39:30.240794+00:00","updated_at":"2026-06-17T19:39:30.240794+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/asergeyev/nradix","github":"https://github.com/asergeyev/nradix","docs":"https://pkg.go.dev/github.com/asergeyev/nradix#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-17","next_check":"2026-12-14","install_tag":null}}