{"adoption": {"forks": 112, "observed_at": "2026-08-28T04:06:33.493929+00:00", "stars": 2277}, "canonical_url": "https://ross.abutalabs.com/products/left-right", "card": {"archived": false, "artifact_type": "library", "description": "A lock-free, read-optimized, concurrency primitive.", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["concurrency"], "health_score": 78, "homepage": null, "language": "Rust", "license": "Apache-2.0", "license_family": "permissive", "maturity": "stable", "member_repos": ["jonhoo/left-right"], "name": "jonhoo/left-right", "platform": ["rust", "cross-platform"], "pushed_at": "2026-08-08T18:01:13+00:00", "repo": "jonhoo/left-right", "stars": 2277, "tags": ["lock-free", "read-optimized", "single-writer", "concurrency-primitive", "rust-crate", "algorithms"], "topics": ["concurrency", "multithreading", "lock-free", "rust"], "urls": [], "use_cases": ["read-heavy shared data structure with a single writer in Rust", "lock-free concurrent reads over a map or config", "scale reads linearly across cores without reader coordination", "replace RwLock for read-mostly workloads", "share frequently-read, rarely-written state across threads"], "what_it_is": "Left-right is a Rust concurrency primitive that maintains two copies of a data structure so many readers can access one copy in parallel while a single writer updates the other. It shifts synchronization overhead to the writer, letting reads scale linearly with core count when writes are infrequent.", "when_to_avoid": ["writes are frequent (doubled memory and write cost dominate)", "multiple writers are required", "memory overhead of duplicating the data structure is prohibitive"], "when_to_choose": ["your workload is read-dominated with one writer", "you need minimal coordination among readers", "you're in Rust and want a battle-tested concurrency primitive"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/left-right", "repo": "jonhoo/left-right", "role": "main", "score": 75}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "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:06:33.493929+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:06:33.493929+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T02:41:26.460835+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "2c130c138fc6e2ad981f8694fcdc9be219db9a81de40fe7f720434cf8ec0a5aa", "fetched_at": "2026-08-28T04:06:33.493929+00:00", "kind": "readme", "missing": false, "url": "https://github.com/jonhoo/left-right"}, {"content_hash": "956ad4af0ab2e13fb91a17adbe171669f28b0347012f4c68d08aba51353efefb", "fetched_at": "2026-08-29T10:21:49.944886+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/left-right"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 96, "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": 3497, "days_push": 25, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 75, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}