{"id":18872780,"url":"https://github.com/survivorbat/go-tsyncmap","last_synced_at":"2026-02-16T00:30:19.571Z","repository":{"id":65321917,"uuid":"589169625","full_name":"survivorbat/go-tsyncmap","owner":"survivorbat","description":"Generic implementation of sync.Map","archived":false,"fork":false,"pushed_at":"2023-09-20T15:44:11.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T00:27:41.109Z","etag":null,"topics":["generic","go","golang","gopkg","library","map","package","sync","syncmap","type","types"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/survivorbat/go-tsyncmap","language":"Go","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/survivorbat.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-15T09:59:01.000Z","updated_at":"2023-01-16T11:56:25.000Z","dependencies_parsed_at":"2024-06-21T08:35:26.585Z","dependency_job_id":"10b787b6-c2d8-4f6b-b59d-bf2d06357be5","html_url":"https://github.com/survivorbat/go-tsyncmap","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"3134bd9d1209764a8f62b446ae9a8d1e017a56ab"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/survivorbat%2Fgo-tsyncmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/survivorbat%2Fgo-tsyncmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/survivorbat%2Fgo-tsyncmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/survivorbat%2Fgo-tsyncmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/survivorbat","download_url":"https://codeload.github.com/survivorbat/go-tsyncmap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239824981,"owners_count":19703199,"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":["generic","go","golang","gopkg","library","map","package","sync","syncmap","type","types"],"created_at":"2024-11-08T05:32:14.517Z","updated_at":"2026-02-16T00:30:19.545Z","avatar_url":"https://github.com/survivorbat.png","language":"Go","readme":"# 🗺️️ Generic sync.Map\n\n[![Go package](https://github.com/survivorbat/go-tsyncmap/actions/workflows/test.yaml/badge.svg)](https://github.com/survivorbat/go-tsyncmap/actions/workflows/test.yaml)\n![GitHub](https://img.shields.io/github/license/survivorbat/go-tsyncmap)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/survivorbat/go-tsyncmap)\n\nA wrap around sync.Map that uses generics.\n\n```go\npackage main\n\nimport \"github.com/survivorbat/go-tsyncmap\"\n\nfunc main() {\n\tmyMap := tsyncmap.Map[string, string]{}\n\t\n\tmyMap.Store(\"a\", \"b\")\n\t\n\tmyMap.Load(\"a\") // Returns \"b\"\n}\n```\n\n## ⬇️ Installation\n\n`go get github.com/survivorbat/go-tsyncmap`\n\n## 📋 Usage\n\n```go\npackage main\n\nimport \"github.com/survivorbat/go-tsyncmap\"\n\nfunc main() {\n\tmyMap := tsyncmap.Map[string, string]{}\n\n\tmyMap.Store(\"a\", \"b\")\n\n\tmyMap.Load(\"a\") // Returns \"b\"\n}\n```\n\n## 🔭 Plans\n\nNot much.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurvivorbat%2Fgo-tsyncmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurvivorbat%2Fgo-tsyncmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurvivorbat%2Fgo-tsyncmap/lists"}