{"id":17599106,"url":"https://github.com/iguchi1124/doublearray","last_synced_at":"2025-03-29T20:42:01.955Z","repository":{"id":57505447,"uuid":"172955767","full_name":"iguchi1124/doublearray","owner":"iguchi1124","description":"An implementation of trie tree for golang","archived":false,"fork":false,"pushed_at":"2019-06-01T16:31:42.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T21:41:45.721Z","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/iguchi1124.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":"2019-02-27T17:03:25.000Z","updated_at":"2019-06-01T16:31:44.000Z","dependencies_parsed_at":"2022-09-26T17:51:43.535Z","dependency_job_id":null,"html_url":"https://github.com/iguchi1124/doublearray","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/iguchi1124%2Fdoublearray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguchi1124%2Fdoublearray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguchi1124%2Fdoublearray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguchi1124%2Fdoublearray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iguchi1124","download_url":"https://codeload.github.com/iguchi1124/doublearray/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246243564,"owners_count":20746307,"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-22T10:09:14.466Z","updated_at":"2025-03-29T20:42:01.933Z","avatar_url":"https://github.com/iguchi1124.png","language":"Go","readme":"# doublearray\n\n[![Build Status](https://travis-ci.org/iguchi1124/doublearray.svg?branch=master)](https://travis-ci.org/iguchi1124/doublearray)\n\nProvides the `doublearray` package that implements a double-array trie tree.\n\n## Documentation\n\nThe full documentation is available on [GoDoc](https://godoc.org/github.com/iguchi1124/doublearray).\n\n## Example\n\n```go\ndict := []string{\"apple\", \"orange\", \"pineapple\"}\ntrie := doublearray.New(dict)\ntrie.ExactMatchSearch(\"apple\") // true\ntrie.ExactMatchSearch(\"banana\") // false\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figuchi1124%2Fdoublearray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figuchi1124%2Fdoublearray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figuchi1124%2Fdoublearray/lists"}