{"id":13709476,"url":"https://github.com/fehrenbach/purescript-unordered-collections","last_synced_at":"2026-04-09T05:31:56.755Z","repository":{"id":32446729,"uuid":"134148701","full_name":"fehrenbach/purescript-unordered-collections","owner":"fehrenbach","description":"Fast, hash-based, immutable collections.","archived":false,"fork":false,"pushed_at":"2024-03-08T16:13:43.000Z","size":148,"stargazers_count":26,"open_issues_count":5,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-23T21:30:21.020Z","etag":null,"topics":["purescript"],"latest_commit_sha":null,"homepage":"https://pursuit.purescript.org/packages/purescript-unordered-collections","language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fehrenbach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-20T12:29:57.000Z","updated_at":"2025-08-22T12:10:41.000Z","dependencies_parsed_at":"2024-05-08T00:31:15.499Z","dependency_job_id":"760d9875-445c-4667-a78e-27380412f0c4","html_url":"https://github.com/fehrenbach/purescript-unordered-collections","commit_stats":{"total_commits":96,"total_committers":8,"mean_commits":12.0,"dds":"0.13541666666666663","last_synced_commit":"0192d2c9d0759895b7492cc00651631eb9abc5b5"},"previous_names":["fehrenbach/purescript-unordered-containers"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/fehrenbach/purescript-unordered-collections","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fehrenbach%2Fpurescript-unordered-collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fehrenbach%2Fpurescript-unordered-collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fehrenbach%2Fpurescript-unordered-collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fehrenbach%2Fpurescript-unordered-collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fehrenbach","download_url":"https://codeload.github.com/fehrenbach/purescript-unordered-collections/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fehrenbach%2Fpurescript-unordered-collections/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31587782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["purescript"],"created_at":"2024-08-02T23:00:39.911Z","updated_at":"2026-04-09T05:31:56.725Z","avatar_url":"https://github.com/fehrenbach.png","language":"PureScript","funding_links":[],"categories":["Data types"],"sub_categories":[],"readme":"# purescript-unordered-collections\n[![Build Status](https://travis-ci.org/fehrenbach/purescript-unordered-collections.svg?branch=master)](https://travis-ci.org/fehrenbach/purescript-unordered-collections)\n\u003ca href=\"https://pursuit.purescript.org/packages/purescript-unordered-collections\"\u003e\n  \u003cimg src=\"https://pursuit.purescript.org/packages/purescript-unordered-collections/badge\"\n       alt=\"purescript-unordered-collections on Pursuit\"\u003e\n  \u003c/img\u003e\n\u003c/a\u003e\n\nHash-based, immutable collection types for PureScript.\n\nThe two main goals are good performance and API compatibility with the `Ord`-based collections wherever reasonable.\n\nThe implementation of `HashMap` is based on \"Optimizing Hash-Array\nMapped Tries for Fast and Lean Immutable JVM Collections\" (Steindorfer\nand Vinju, OOPSLA 2015, https://doi.org/10.1145/2814270.2814312).\n\nPerformance\n-----------\n\nHashMaps are fast. Most common operations are 1.5x-3x faster than the\n`Ord`-based map. Very limited testing puts `insert` and `lookup` at\naround 10% faster than immutable.js.\n\nRelated\n-------\n\n- [purescript-ordered-collections](https://github.com/purescript/purescript-ordered-collections): ordered collections in PureScript\n- [unordered-containers](http://hackage.haskell.org/package/unordered-containers): efficient hashing-based container types in Haskell\n- [immutable.js](https://facebook.github.io/immutable-js/): immutable collections for JavaScript and TypeScript\n- [io.lacuna.bifurcan](https://github.com/lacuna/bifurcan): high-quality Java implementations of mutable and immutable data structures\n- [im-rs](http://immutable.rs): blazing fast immutable collection datatypes for Rust\n\nDocumentation\n-------------\n\nModule documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-unordered-collections).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffehrenbach%2Fpurescript-unordered-collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffehrenbach%2Fpurescript-unordered-collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffehrenbach%2Fpurescript-unordered-collections/lists"}