{"id":17205509,"url":"https://github.com/frozen/immutable_map","last_synced_at":"2025-03-25T10:25:20.680Z","repository":{"id":150598884,"uuid":"291438749","full_name":"Frozen/immutable_map","owner":"Frozen","description":"Immutalbe map based on prefix tree.","archived":false,"fork":false,"pushed_at":"2021-03-11T20:54:20.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T09:41:35.189Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Frozen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-08-30T09:23:09.000Z","updated_at":"2021-03-11T20:54:22.000Z","dependencies_parsed_at":"2023-06-11T17:15:31.162Z","dependency_job_id":null,"html_url":"https://github.com/Frozen/immutable_map","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frozen%2Fimmutable_map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frozen%2Fimmutable_map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frozen%2Fimmutable_map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frozen%2Fimmutable_map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frozen","download_url":"https://codeload.github.com/Frozen/immutable_map/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245442289,"owners_count":20615990,"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-15T02:25:33.202Z","updated_at":"2025-03-25T10:25:20.666Z","avatar_url":"https://github.com/Frozen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```go\n\npackage main\n\nimport (\n    \"fmt\"\n\n    im \"github.com/frozen/immutable_map\"\n)\n\nfunc main() {\n    m := im.New()\n    m2 := m.Insert([]byte(\"value\"), 5)\n    \n    fmt.Println(m.Contains([]byte(\"value\"))) // false\n\n    fmt.Println(m2.Contains([]byte(\"value\"))) // true\n\n    fmt.Println(m2.Get([]byte(\"value\"))) // 5, true\n}\n\n\n\n\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozen%2Fimmutable_map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrozen%2Fimmutable_map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrozen%2Fimmutable_map/lists"}