{"adoption": {"forks": 357, "observed_at": "2026-08-28T04:07:33.925009+00:00", "stars": 2983}, "canonical_url": "https://ross.abutalabs.com/products/hashbrown", "card": {"archived": false, "artifact_type": "library", "description": "Rust port of Google's SwissTable hash map", "domain": ["performance", "developer-tools"], "enriched": true, "function": ["caching", "developer-tools"], "health_score": 97, "homepage": "https://rust-lang.github.io/hashbrown", "language": "Rust", "license": "Apache-2.0", "license_family": "permissive", "maturity": "stable", "member_repos": ["rust-lang/hashbrown"], "name": "rust-lang/hashbrown", "platform": ["rust", "embedded", "cross-platform"], "pushed_at": "2026-08-10T18:12:47+00:00", "repo": "rust-lang/hashbrown", "stars": 2983, "tags": ["hashmap", "swisstable", "hash-table", "no-std", "simd", "data-structures", "algorithms"], "topics": [], "urls": [], "use_cases": ["replace std HashMap with a faster hash map in Rust", "use a hash map in a no_std embedded or kernel environment", "reduce memory overhead of hash tables in Rust", "get faster hash set lookups with SIMD", "choose a custom or faster default hasher for hash maps"], "what_it_is": "hashbrown is a Rust port of Google's SwissTable hash map, serving as a drop-in replacement for the standard library's HashMap and HashSet. It is the implementation adopted by Rust's std HashMap and can also be used directly, including in no_std environments with an allocator.", "when_to_avoid": ["you need strong HashDoS resistance by default, since foldhash is weaker than SipHash", "you just use std HashMap and don't need no_std or custom hasher control", "you rely on the deprecated RawEntry API as a primary feature"], "when_to_choose": ["you need a high-performance HashMap/HashSet in Rust, roughly 2x faster than the old std implementation", "you are targeting no_std environments like embedded systems or kernels with a global allocator", "you want lower per-entry memory overhead (1 byte vs 8)", "you need serde or rayon support for hash containers"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/hashbrown", "repo": "rust-lang/hashbrown", "role": "main", "score": 88}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "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:07:33.925009+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:07:33.925009+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T07:31:27.753402+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "160af226833b260ba5e6c4e3615a3a14eb239661fa7cfc3a465cbef839e414da", "fetched_at": "2026-08-28T04:07:33.925009+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rust-lang/hashbrown"}, {"content_hash": "a8ce097f12cb27a7495d1e3b9d95f8ace31ccfaf211db74ccb72d32947e0b1c6", "fetched_at": "2026-08-29T09:46:29.512383+00:00", "kind": "homepage", "missing": false, "url": "https://rust-lang.github.io/hashbrown"}, {"content_hash": "6dae7698880f911bcfd148e0989a237e31d42ca4b6e5d42c630bb38b597efe09", "fetched_at": "2026-08-29T09:46:29.521658+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/hashbrown"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 97, "longevity": 100, "rhythm": 71}, "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": 2866, "days_push": 23, "days_rel": 116, "gap_med": 49.0, "n_releases_24m": 7}, "score": 88, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}