{"adoption": {"forks": 443, "observed_at": "2026-08-28T04:08:08.876542+00:00", "stars": 3529}, "canonical_url": "https://ross.abutalabs.com/products/bdwgc", "card": {"archived": false, "artifact_type": "library", "description": "The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (bdwgc, also known as bdw-gc, boehm-gc, libgc)", "domain": ["developer-tools", "programming-languages", "performance"], "enriched": true, "function": ["developer-tools"], "health_score": 96, "homepage": "https://www.hboehm.info/gc/", "language": "C", "license": "NOASSERTION", "license_family": "other", "maturity": "stable", "member_repos": ["bdwgc/bdwgc"], "name": "bdwgc/bdwgc", "platform": ["cross-platform", "windows", "cpp", "c"], "pushed_at": "2026-08-23T05:27:29+00:00", "repo": "bdwgc/bdwgc", "stars": 3529, "tags": ["garbage-collection", "memory-management", "memory-allocation", "leak-detection", "conservative-gc", "c", "cpp", "linux", "macos"], "topics": ["garbage-collection", "memory-management", "memory-leak-detection", "c", "cpp", "c-plus-plus", "cplusplus", "gc", "garbage-collector", "memory-allocation", "portable", "cross-platform", "library", "leak-detection"], "urls": [], "use_cases": ["add garbage collection to a C or C++ program without manual free calls", "replace malloc with GC_malloc to avoid memory leaks", "detect memory leaks in existing C/C++ code", "provide a GC runtime for a programming language implemented on top of C", "allocate memory without explicit deallocation in long-running applications"], "what_it_is": "The Boehm-Demers-Weiser conservative garbage collector (libgc) for C and C++, usable as a drop-in replacement for malloc/new that automatically reclaims unreachable memory. It can also serve as a memory leak detector and is used by many language runtime implementations.", "when_to_avoid": ["you need precise, deterministic memory reclamation or real-time guarantees", "your codebase relies on hidden or obfuscated pointers that a conservative collector may miss", "you need strict bounding of memory usage in the presence of stale pointers", "you prefer modern smart pointers or RAII over garbage collection"], "when_to_choose": ["you want automatic memory management in C or C++ with minimal code changes", "you are building a language runtime that needs a battle-tested conservative GC", "you need a portable, cross-platform GC library with broad platform support", "you want to use the collector as a leak detector for legacy code"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/bdwgc", "repo": "bdwgc/bdwgc", "role": "main", "score": 89}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "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:08.876542+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:08:08.876542+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-29T18:35:07.704777+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "96793953d655f2e9adb5b82054c905be7dee0b2533f232d8ad832950c1f2c74d", "fetched_at": "2026-08-28T04:08:08.876542+00:00", "kind": "readme", "missing": false, "url": "https://github.com/bdwgc/bdwgc"}, {"content_hash": "0cf632d9585c01436c3b02e1062e0a253d8865a49576e12f5136202aba874ff0", "fetched_at": "2026-08-29T09:29:07.459715+00:00", "kind": "homepage", "missing": false, "url": "https://www.hboehm.info/gc/"}, {"content_hash": "d009cef8b4c3daa694e21625c9f416c2b7902c9ab0ee91ec68a571920708e6a4", "fetched_at": "2026-08-29T09:29:07.482872+00:00", "kind": "site_page", "missing": false, "url": "https://www.hboehm.info/gc/faq.html"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 99, "longevity": 100, "rhythm": 69}, "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": 5517, "days_push": 10, "days_rel": 209, "gap_med": 0.0, "n_releases_24m": 15}, "score": 89, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}