{"adoption": {"forks": 191, "observed_at": "2026-08-28T04:08:35.635178+00:00", "stars": 4106}, "canonical_url": "https://ross.abutalabs.com/products/dashmap", "card": {"archived": false, "artifact_type": "library", "description": "Blazing fast concurrent HashMap for Rust.", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["concurrency", "caching", "developer-tools"], "health_score": 89, "homepage": null, "language": "Rust", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["xacrimon/dashmap"], "name": "xacrimon/dashmap", "platform": ["rust", "cross-platform"], "pushed_at": "2026-05-17T21:25:40+00:00", "repo": "xacrimon/dashmap", "stars": 4106, "tags": ["concurrent-hashmap", "sharded-map", "thread-safe", "data-structures", "lock-free", "algorithms"], "topics": ["hashmap", "hashtable", "concurrent-programming", "concurrent", "concurrent-data-structure", "concurrent-map", "data-structures"], "urls": [], "use_cases": ["share a mutable hashmap across threads without manual locking", "replace RwLock<HashMap<K, V>> with a faster concurrent map", "build a thread-safe in-memory cache in Rust", "store shared state in a multi-threaded web server", "implement concurrent counters or key-value lookups"], "what_it_is": "DashMap is a blazingly fast concurrent HashMap implementation for Rust with an API similar to std::collections::HashMap. It serves as a direct replacement for RwLock<HashMap<K, V>>, allowing shared mutable access across threads via Arc.", "when_to_avoid": ["your map is only accessed from a single thread (use std::collections::HashMap)", "you need ordered maps or sorted iteration (use BTreeMap or an ordered concurrent structure)", "you need persistence or a networked key-value store (use a database instead)"], "when_to_choose": ["you need concurrent read/write access to a key-value map from multiple threads", "you want a drop-in API similar to std HashMap with interior mutability", "performance of lock-protected std HashMap is a bottleneck in your Rust application"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/dashmap", "repo": "xacrimon/dashmap", "role": "main", "score": 75}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "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:35.635178+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:08:35.635178+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T18:23:14.060626+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "4ca52f422b550ae47720762d07c2d35e146a4da18414cd3ec5c1496cf12092ba", "fetched_at": "2026-08-28T04:08:35.635178+00:00", "kind": "readme", "missing": false, "url": "https://github.com/xacrimon/dashmap"}, {"content_hash": "677d293fc7603b7c12541fc6c2c25bfea29f7f7593d319d1a17b838b098adfef", "fetched_at": "2026-08-29T09:14:42.802622+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/dashmap"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 82, "longevity": 100, "rhythm": 52}, "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": 2462, "days_push": 108, "days_rel": 108, "gap_med": 619, "n_releases_24m": 2}, "score": 75, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}