{"adoption": {"forks": 554, "observed_at": "2026-08-28T04:08:52.962493+00:00", "stars": 4530}, "canonical_url": "https://ross.abutalabs.com/products/concurrent-map", "card": {"archived": false, "artifact_type": "library", "description": "a thread-safe concurrent map for go", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["concurrency", "caching"], "health_score": 20, "homepage": null, "language": "Go", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["orcaman/concurrent-map"], "name": "orcaman/concurrent-map", "platform": ["go", "cross-platform"], "pushed_at": "2024-05-22T08:17:29+00:00", "repo": "orcaman/concurrent-map", "stars": 4530, "tags": ["thread-safe", "sharded-map", "concurrent-map", "in-memory-store", "algorithms"], "topics": ["golang", "go", "concurrency", "map", "concurrent-programming", "thread-safety"], "urls": [], "use_cases": ["share a map between goroutines safely", "use a map as a simple in-memory database", "avoid manual mutex locking around Go maps", "high-throughput concurrent key-value access", "replace sync.Map for mixed read/write workloads"], "what_it_is": "A thread-safe concurrent map implementation for Go that shards the map to minimize lock contention. It predates and complements the stdlib sync.Map, which is optimized for append-only scenarios.", "when_to_avoid": ["your workload is append-only or read-mostly, where sync.Map is faster", "you're on Go 1.9+ and stdlib sync.Map suffices", "you need persistence or a full in-memory database"], "when_to_choose": ["you need concurrent reads and writes to a shared map with frequent updates", "sync.Map's append-only design doesn't fit your access pattern", "you want a map API close to the native Go map"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/concurrent-map", "repo": "orcaman/concurrent-map", "role": "main", "score": 23}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:08:52.962493+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T18:20:13.559922+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b360cdc9f18a6014ca9b8d81d6a59796452690ab530aad55a311f4b443b9a9f6", "fetched_at": "2026-08-28T04:08:52.962493+00:00", "kind": "readme", "missing": false, "url": "https://github.com/orcaman/concurrent-map"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 8}, "computed_at": "2026-09-02T17:46:02.011165+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4350, "days_push": 833, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 23, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}