{"adoption": {"forks": 735, "observed_at": "2026-08-28T04:08:55.122299+00:00", "stars": 4615}, "canonical_url": "https://ross.abutalabs.com/products/readerwriterqueue", "card": {"archived": false, "artifact_type": "library", "description": "A fast single-producer, single-consumer lock-free queue for C++", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["concurrency", "caching"], "health_score": 91, "homepage": null, "language": "C++", "license": "NOASSERTION", "license_family": "other", "maturity": "stable", "member_repos": ["cameron314/readerwriterqueue"], "name": "cameron314/readerwriterqueue", "platform": ["cpp", "cross-platform"], "pushed_at": "2026-08-23T21:03:34+00:00", "repo": "cameron314/readerwriterqueue", "stars": 4615, "tags": ["lock-free", "spsc-queue", "header-only", "wait-free", "single-producer-single-consumer", "thread-safe", "algorithms"], "topics": [], "urls": [], "use_cases": ["pass data between two threads without locks", "fast SPSC queue for C++", "lock-free producer-consumer communication", "queue that never allocates on enqueue", "high-performance inter-thread message passing", "replace std::queue in a two-thread pipeline"], "what_it_is": "A fast, wait-free single-producer single-consumer (SPSC) lock-free queue for C++11, implemented as a header-only library. It supports move semantics, dynamic growth, and a blocking variant with timed waits.", "when_to_avoid": ["you need multiple producers or multiple consumers", "threads need to switch producer/consumer roles", "you need cross-platform atomics on compilers older than C++11", "you need a general-purpose MPMC queue (use the author's moodycamel::ConcurrentQueue instead)"], "when_to_choose": ["you have exactly one producer thread and one consumer thread", "you need wait-free O(1) enqueue/dequeue with minimal latency", "you want a header-only dependency with no build system required", "you need a blocking queue with timed waits"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/readerwriterqueue", "repo": "cameron314/readerwriterqueue", "role": "main", "score": 67}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "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:55.122299+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:08:55.122299+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T18:19:40.736165+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "b70c0387e1e3b0246bd19dd6b6f4f06325fd55420bb3c4083dcee19e5c80fdb4", "fetched_at": "2026-08-28T04:08:55.122299+00:00", "kind": "readme", "missing": false, "url": "https://github.com/cameron314/readerwriterqueue"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 99, "longevity": 100, "rhythm": 8}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_license"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4955, "days_push": 10, "days_rel": 492, "gap_med": null, "n_releases_24m": 1}, "score": 67, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}