{"id":71304,"library":"kentik-patricia","title":"Patricia Trie","description":"A Go implementation of a Patricia trie for IP routing and lookup.","status":"active","version":"1.2.2","language":"go","source_language":null,"source_url":"https://github.com/kentik/patricia","tags":["trie","ip","routing","data-structure"],"install":[{"cmd":"go get github.com/kentik/patricia","lang":"bash","label":"Install github.com/kentik/patricia"}],"dependencies":[],"imports":[{"symbol":"patricia","correct":"github.com/kentik/patricia"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/kentik/patricia\"\n)\n\nfunc main() {\n\ttrie := patricia.NewTrie()\n\ttrie.Set([]byte{192, 168, 1, 0}, 24, \"local\")\n\tfmt.Println(trie.Find([]byte{192, 168, 1, 1}, 32))\n}","lang":"go","description":"Create a Patricia trie and perform a lookup."},"warnings":[],"env_vars":null,"search_vec":"'data':19 'data-structur':18 'go':4 'implement':5 'ip':11,16 'lookup':14 'patricia':1,8 'rout':12,17 'structur':20 'trie':2,9,15","created_at":"2026-06-17T18:25:02.363256+00:00","updated_at":"2026-06-17T18:25:02.363256+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/kentik/patricia","github":"https://github.com/kentik/patricia","docs":"https://pkg.go.dev/github.com/kentik/patricia#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}}