{"id":15399396,"url":"https://github.com/raviqqe/hamt-rs","last_synced_at":"2025-04-16T01:49:33.921Z","repository":{"id":43872555,"uuid":"117787866","full_name":"raviqqe/hamt-rs","owner":"raviqqe","description":"HAMT implementation whose sub-trees can be shared over threads","archived":false,"fork":false,"pushed_at":"2023-12-07T11:07:23.000Z","size":118,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T03:41:35.241Z","etag":null,"topics":["arc","hamt","rust","send","sync"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/raviqqe.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,"governance":null}},"created_at":"2018-01-17T05:18:43.000Z","updated_at":"2023-07-25T14:14:17.000Z","dependencies_parsed_at":"2023-12-07T12:26:01.009Z","dependency_job_id":"b10eadf5-d66f-48c4-b63a-a476b3b540b5","html_url":"https://github.com/raviqqe/hamt-rs","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/raviqqe%2Fhamt-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fhamt-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fhamt-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raviqqe%2Fhamt-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raviqqe","download_url":"https://codeload.github.com/raviqqe/hamt-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183047,"owners_count":21226123,"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":["arc","hamt","rust","send","sync"],"created_at":"2024-10-01T15:48:35.306Z","updated_at":"2025-04-16T01:49:33.902Z","avatar_url":"https://github.com/raviqqe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hamt-rs\n\n[![GitHub Action](https://img.shields.io/github/actions/workflow/status/raviqqe/hamt-rs/test.yaml?branch=main\u0026style=flat-square)](https://github.com/raviqqe/hamt-rs/actions?query=workflow%3Atest)\n[![License](https://img.shields.io/github/license/raviqqe/hamt-rs.svg?style=flat-square)](https://opensource.org/licenses/MIT)\n\nHAMT implementation whose sub-trees can be shared over threads.\n\n[Hash-Array Mapped Trie (HAMT)](https://en.wikipedia.org/wiki/Hash_array_mapped_trie)\nis a data structure popular as a map (a.k.a. associative array or dictionary)\nor set.\nIts immutable variant is adopted widely by functional programming languages\nlike Scala and Clojure to implement immutable and memory-efficient associative\narrays and sets.\n\n## Technical notes\n\nThe implementation normalizes tree structures of HAMTs by eliminating\nintermediate nodes during delete operations as described\nin [the CHAMP paper][champ].\n\n## References\n\n- [Ideal Hash Trees](https://infoscience.epfl.ch/record/64398/files/idealhashtrees.pdf)\n- [Optimizing Hash-Array Mapped Tries for Fast and Lean Immutable JVM Collections][champ]\n\n## License\n\n[MIT](LICENSE)\n\n[champ]: https://michael.steindorfer.name/publications/oopsla15.pdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Fhamt-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraviqqe%2Fhamt-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraviqqe%2Fhamt-rs/lists"}