{"id":73517,"library":"savetherbtz-generic-sync-map-go","title":"Generic Sync Map","description":"A generic concurrent map implementation for Go using type parameters.","status":"active","version":"0.0.0-20230201052002-6c5833b989be","language":"go","source_language":null,"source_url":"https://github.com/SaveTheRbtz/generic-sync-map-go","tags":["concurrent","map","generic","sync","thread-safe"],"install":[{"cmd":"go get github.com/SaveTheRbtz/generic-sync-map-go","lang":"bash","label":"Install github.com/SaveTheRbtz/generic-sync-map-go"}],"dependencies":[],"imports":[{"symbol":"syncmap","correct":"github.com/SaveTheRbtz/generic-sync-map-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\tsyncmap \"github.com/SaveTheRbtz/generic-sync-map-go\"\n)\n\nfunc main() {\n\tm := syncmap.New[string, int]()\n\tm.Store(\"key\", 42)\n\tval, _ := m.Load(\"key\")\n\tfmt.Println(val)\n}","lang":"go","description":"Creates a generic concurrent map and performs a store and load."},"warnings":[],"env_vars":null,"search_vec":"'concurr':6,14 'generic':1,5,16 'go':10 'implement':8 'map':3,7,15 'paramet':13 'safe':20 'sync':2,17 'thread':19 'thread-saf':18 'type':12 'use':11","created_at":"2026-06-17T18:51:59.679342+00:00","updated_at":"2026-06-17T18:51:59.679342+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/SaveTheRbtz/generic-sync-map-go","github":"https://github.com/SaveTheRbtz/generic-sync-map-go","docs":"https://pkg.go.dev/github.com/SaveTheRbtz/generic-sync-map-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}