🍺 BREW Explorer

← all formulae

bdw-gc

brew install bdw-gc v8.2.12 Boehm-GC AND HPND-sell-variant

Garbage collector library for C and C++ providing automatic memory management.

Why you might care

Enables automatic memory reclamation in C/C++ programs without explicit deallocation, reducing bugs and simplifying memory management in long-running applications. Widely used as a build dependency in interpreters and runtimes (e.g., some Scheme and Python implementations). Works alongside manual allocation for gradual adoption.

Categories

Alternatives

Boehm GC jemalloc tcmalloc
3.9k
30-day installs · #707
12.4k
90-day · #724
72.8k
365-day · #528

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on 2mo ago.

Raw metadata
{
  "aliases": [
    "boehmgc",
    "libgc"
  ],
  "alternatives": [
    "Boehm GC",
    "jemalloc",
    "tcmalloc"
  ],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [
    "library",
    "memory-management"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Garbage collector for C and C++",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:35:48+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "bdw-gc",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://www.hboehm.info/gc/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "A garbage collector for C and C++",
  "installs_30d": 3897,
  "installs_365d": 72793,
  "installs_90d": 12400,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Boehm-GC AND HPND-sell-variant",
  "llm_generated_at": "2026-06-20T23:46:32+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "bdw-gc",
  "oldnames": [],
  "one_liner": "Garbage collector library for C and C++ providing automatic memory management.",
  "optional_dependencies": [],
  "rank_30d": 707,
  "rank_365d": 528,
  "rank_90d": 724,
  "raw_hash": "8702b4ebe5165db9",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/b/bdw-gc.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": "HEAD",
  "version_stable": "8.2.12",
  "versioned_formulae": [],
  "why_use_this": "Enables automatic memory reclamation in C/C++ programs without explicit deallocation, reducing bugs and simplifying memory management in long-running applications. Widely used as a build dependency in interpreters and runtimes (e.g., some Scheme and Python implementations). Works alongside manual allocation for gradual adoption."
}