{"adoption": {"forks": 204, "observed_at": "2026-08-28T04:05:04.039113+00:00", "stars": 1563}, "canonical_url": "https://ross.abutalabs.com/products/mpmcqueue", "card": {"archived": false, "artifact_type": "library", "description": "A bounded multi-producer multi-consumer concurrent queue written in C++11", "domain": ["developer-tools", "performance"], "enriched": true, "function": ["concurrency"], "health_score": 20, "homepage": null, "language": "C++", "license": "MIT", "license_family": "permissive", "maturity": "stable", "member_repos": ["rigtorp/MPMCQueue"], "name": "rigtorp/MPMCQueue", "platform": ["cpp", "cross-platform"], "pushed_at": "2024-03-08T11:12:31+00:00", "repo": "rigtorp/MPMCQueue", "stars": 1563, "tags": ["header-only", "mpmc-queue", "lock-free", "cpp11", "low-latency", "algorithms"], "topics": ["cpp", "cpp11", "header-only", "concurrency", "queue"], "urls": [], "use_cases": ["pass messages between multiple producer and consumer threads", "build a low-latency trading system with a fast concurrent queue", "share work items across a thread pool in C++", "replace std::queue with a thread-safe bounded queue", "implement producer-consumer pipelines in game engine code"], "what_it_is": "A bounded multi-producer multi-consumer concurrent queue implemented as a single C++11 header. It is battle-tested in production, including the Frostbite game engine and low-latency trading infrastructure.", "when_to_avoid": ["you need an unbounded queue", "you need a single-producer single-consumer queue where a simpler SPSC queue suffices", "you are not programming in C++"], "when_to_choose": ["you need a bounded MPMC queue in C++11 or later with minimal dependencies", "you want a header-only, production-proven concurrent queue", "low-latency or high-throughput inter-thread communication matters"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/mpmcqueue", "repo": "rigtorp/MPMCQueue", "role": "main", "score": 23}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "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:05:04.039113+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:05:04.039113+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T04:00:16.343974+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "138bf6b8ba8558f2901dab21f60c600b82478c4c0ddca41ea1da8a40aa165141", "fetched_at": "2026-08-28T04:05:04.039113+00:00", "kind": "readme", "missing": false, "url": "https://github.com/rigtorp/MPMCQueue"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 0, "longevity": 100, "rhythm": 8}, "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": 3810, "days_push": 908, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 23, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}