{"id":13344084,"url":"https://github.com/toffaletti/zig-array-map","last_synced_at":"2026-01-10T23:53:15.922Z","repository":{"id":45312175,"uuid":"374245868","full_name":"toffaletti/zig-array-map","owner":"toffaletti","description":"ArrayMap data structure for Zig","archived":false,"fork":false,"pushed_at":"2021-12-22T05:19:09.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-08T17:08:35.739Z","etag":null,"topics":["zig"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/toffaletti.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":"2021-06-06T01:45:07.000Z","updated_at":"2024-10-25T08:34:47.000Z","dependencies_parsed_at":"2022-09-01T22:23:31.775Z","dependency_job_id":null,"html_url":"https://github.com/toffaletti/zig-array-map","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/toffaletti%2Fzig-array-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toffaletti%2Fzig-array-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toffaletti%2Fzig-array-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toffaletti%2Fzig-array-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toffaletti","download_url":"https://codeload.github.com/toffaletti/zig-array-map/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243171633,"owners_count":20247878,"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":["zig"],"created_at":"2024-07-29T19:32:20.199Z","updated_at":"2026-01-10T23:53:15.915Z","avatar_url":"https://github.com/toffaletti.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zig ArrayMap\n\nArrayMap is a data structure that maps keys to values using an array of entries, optionally kept sorted by key. The contiguous layout in memory is cache friendly and can make ArrayMap a good choice for small amounts of data or data that is already sorted, written infrequently, but read many times.\n\n```\n┌┬────────────┬┬────────────┬┬────────────┬~\n││   Entry    ││   Entry    ││   Entry    │~\n│├────┬┬──────┤├────┬┬──────┤├────┬┬──────┤~\n││Key ││Value ││Key ││Value ││Key ││Value │~\n└┴────┴┴──────┴┴────┴┴──────┴┴────┴┴──────┴~\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoffaletti%2Fzig-array-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoffaletti%2Fzig-array-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoffaletti%2Fzig-array-map/lists"}