{"id":15959171,"url":"https://github.com/nickstenning/trie","last_synced_at":"2025-04-04T10:58:21.182Z","repository":{"id":8109478,"uuid":"9525113","full_name":"nickstenning/trie","owner":"nickstenning","description":"A simple implementation of a prefix-tree (or trie) data structure in Go","archived":false,"fork":false,"pushed_at":"2013-08-21T15:03:36.000Z","size":62,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T21:12:08.023Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickstenning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-18T15:29:12.000Z","updated_at":"2019-07-26T06:35:35.000Z","dependencies_parsed_at":"2022-08-25T12:40:53.006Z","dependency_job_id":null,"html_url":"https://github.com/nickstenning/trie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Ftrie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Ftrie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Ftrie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickstenning%2Ftrie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickstenning","download_url":"https://codeload.github.com/nickstenning/trie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166157,"owners_count":20894652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T14:40:34.190Z","updated_at":"2025-04-04T10:58:21.162Z","avatar_url":"https://github.com/nickstenning.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"trie\n----\n\nA minimal implementation of a [trie data structure][trie] for [Go][go]. Differs\nfrom most implementations in that it uses string slices (`[]string`) as keys,\nrather than just strings.\n\nThis makes it suitable for efficiently storing information about hierarchical\nsystems in general, rather than being specifically geared towards string lookup.\n\nRead the documentation on [godoc.org][docs] for details of how to use `trie`.\n\n[trie]: https://en.wikipedia.org/wiki/Trie\n[go]: http://golang.org\n[docs]: http://godoc.org/github.com/nickstenning/trie\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickstenning%2Ftrie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickstenning%2Ftrie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickstenning%2Ftrie/lists"}