{"id":23651499,"url":"https://github.com/athanclark/tries","last_synced_at":"2025-09-01T02:32:07.786Z","repository":{"id":56880980,"uuid":"42367410","full_name":"athanclark/tries","owner":"athanclark","description":"Various trie data types in Haskell","archived":false,"fork":false,"pushed_at":"2020-03-07T22:45:51.000Z","size":2301,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-04T10:08:14.109Z","etag":null,"topics":["haskell","trie","typeclasses"],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/athanclark.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":"2015-09-12T18:05:30.000Z","updated_at":"2020-03-07T22:45:53.000Z","dependencies_parsed_at":"2022-08-20T13:00:43.311Z","dependency_job_id":null,"html_url":"https://github.com/athanclark/tries","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/athanclark/tries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Ftries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Ftries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Ftries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Ftries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athanclark","download_url":"https://codeload.github.com/athanclark/tries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athanclark%2Ftries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273065037,"owners_count":25039274,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["haskell","trie","typeclasses"],"created_at":"2024-12-28T16:38:07.620Z","updated_at":"2025-09-01T02:32:07.423Z","avatar_url":"https://github.com/athanclark.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"tries\n====\n\nThis is a collection and comparison of some basic, pure trie implementations.\n\nSo far, there is:\n\n- a Map trie, using `Data.Map` from [containers](https://hackage.haskell.org/package/containers)\n- a List trie, using `Data.Tree` from [containers](https://hackage.haskell.org/package/containers)\n- a HashMap trie, using `Data.HashMap` from [unordered-containers](https://hackage.haskell.org/package/unordered-containers)\n- a Knuth trie, using `Data.Tree.Knuth` from [rose-trees](https://hackage.haskell.org/package/rose-trees)\n\n## Running the Tests\n\n```bash\nstack test\n```\n\nand\n\n## Running the Benchmarks\n\nfor insert / delete:\n\n```bash\nstack bench --benchmark-arguments=\"--output profile.html\"\n```\n\nfor lookups:\n\n```bash\nstack bench --benchmark-arguments=\"--output profile-lookup.html\" tries:bench:tries-bench-lookup\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathanclark%2Ftries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathanclark%2Ftries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathanclark%2Ftries/lists"}