{"id":76401,"library":"dghubble-trie","title":"trie","description":"Package trie implements a trie data structure in Go for efficient prefix-based string operations.","status":"active","version":"0.1.0","language":"go","source_language":null,"source_url":"https://github.com/dghubble/trie","tags":["trie","data-structure","prefix","search"],"install":[{"cmd":"go get github.com/dghubble/trie","lang":"bash","label":"Install github.com/dghubble/trie"}],"dependencies":[],"imports":[{"symbol":"trie","correct":"github.com/dghubble/trie"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/dghubble/trie\"\n)\n\nfunc main() {\n\tt := trie.NewRuneTrie()\n\tt.Put(\"hello\", 1)\n\tval, _ := t.Get(\"hello\")\n\tfmt.Println(val)\n}","lang":"go","description":"Insert and retrieve a value from a trie"},"warnings":[],"env_vars":null,"search_vec":"'base':15 'data':7,20 'data-structur':19 'effici':12 'go':10 'implement':4 'oper':17 'packag':2 'prefix':14,22 'prefix-bas':13 'search':23 'string':16 'structur':8,21 'trie':1,3,6,18","created_at":"2026-06-17T19:30:11.830133+00:00","updated_at":"2026-06-17T19:30:11.830133+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/dghubble/trie","github":"https://github.com/dghubble/trie","docs":"https://pkg.go.dev/github.com/dghubble/trie#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}}