{"adoption": {"forks": 121, "observed_at": "2026-08-28T04:05:47.820299+00:00", "stars": 1877}, "canonical_url": "https://ross.abutalabs.com/products/hashmap", "card": {"archived": false, "artifact_type": "library", "description": "A Golang lock-free thread-safe HashMap optimized for fastest read access.", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["caching", "concurrency"], "health_score": 41, "homepage": null, "language": "Go", "license": "Apache-2.0", "license_family": "permissive", "maturity": "active", "member_repos": ["cornelk/hashmap"], "name": "cornelk/hashmap", "platform": ["go", "cross-platform"], "pushed_at": "2025-07-30T17:51:17+00:00", "repo": "cornelk/hashmap", "stars": 1877, "tags": ["hashmap", "lock-free", "thread-safe", "concurrent-map", "read-optimized"], "topics": ["golang", "lock-free", "hashmap", "go", "map", "fast", "thread-safe"], "urls": [], "use_cases": ["concurrent read-heavy key-value lookups in Go", "replace sync.Map for faster reads", "count concurrent events like URL requests with GetOrInsert", "share a map across goroutines without mutex locks", "cache lookups where reads vastly outnumber writes"], "what_it_is": "A Go library providing a lock-free, thread-safe HashMap optimized for fastest read access. It is not a general-purpose map and has slower write performance, making it best for read-heavy concurrent workloads.", "when_to_avoid": ["write-heavy workloads", "you need general-purpose map features like iteration ordering or deletion-heavy patterns", "simple single-threaded usage where a plain Go map suffices"], "when_to_choose": ["reads dominate writes and read speed is critical", "you need thread safety without mutex overhead", "numeric or string keys with simple value semantics"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/hashmap", "repo": "cornelk/hashmap", "role": "main", "score": 38}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "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:05:47.820299+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:05:47.820299+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T03:14:42.069171+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2e2d9d501d2f3bbbaac48b47c6da56f15d8c384368c7b6b072af9b24ab89e5d4", "fetched_at": "2026-08-28T04:05:47.820299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cornelk/hashmap"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 34, "longevity": 100, "rhythm": 8}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": [], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 3683, "days_push": 399, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 38, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}