{"adoption": {"forks": 138, "observed_at": "2026-08-28T04:03:19.934473+00:00", "stars": 1039}, "canonical_url": "https://ross.abutalabs.com/products/hashmapc", "card": {"archived": false, "artifact_type": "library", "description": "Hash map implementation in C. ", "domain": ["developer-tools", "databases"], "enriched": true, "function": ["caching", "developer-tools"], "health_score": 74, "homepage": null, "language": "C", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["tidwall/hashmap.c"], "name": "tidwall/hashmap.c", "platform": ["c", "cpp", "cross-platform", "embedded"], "pushed_at": "2026-07-01T21:54:39+00:00", "repo": "tidwall/hashmap.c", "stars": 1039, "tags": ["hashmap", "hashtable", "robin-hood-hashing", "open-addressing", "siphash", "murmurhash", "xxhash", "c99", "single-file", "data-structures", "algorithms"], "topics": ["hashmap", "hashtable", "hash", "map", "table"], "urls": [], "use_cases": ["implement a hash map in C", "fast key-value lookup in C", "embed a hashtable in a C project", "C library for dictionary data structure", "high-performance hash table with custom allocators", "replace std::unordered_map equivalent in C"], "what_it_is": "A single-file hash map (hash table) implementation in C99 using open addressing with Robin Hood hashing. It offers a generic interface for variable-sized items, built-in SipHash, MurmurHash3, and xxHash functions, and custom allocator support.", "when_to_avoid": ["you need a concurrent/thread-safe hash map", "you're working in a higher-level language with built-in maps", "you need ordered maps or tree-based structures", "you require C89 compatibility"], "when_to_choose": ["you need a small, dependency-free hash map in C99 or later", "you want strong performance with Robin Hood open addressing", "you need custom allocators or pluggable hash functions", "you're targeting embedded or resource-constrained environments"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/hashmapc", "repo": "tidwall/hashmap.c", "role": "main", "score": 73}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "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:03:19.934473+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:03:19.934473+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T07:03:55.696269+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2385ff543cf5600eba54a0c2a06f8990c06b38462d9e4ed697c26cc8a1a184e7", "fetched_at": "2026-08-28T04:03:19.934473+00:00", "kind": "readme", "missing": false, "url": "https://github.com/tidwall/hashmap.c"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 90, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 2249, "days_push": 63, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 73, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}