🍺 BREW Explorer

← all formulae

tbb

brew install tbb v2023.0.0 Apache-2.0

C++ library for shared-memory parallel programming with task scheduling and thread-safe containers.

Why you might care

TBB abstracts low-level threading details, letting C++ developers write scalable parallel code without managing threads directly. It handles load balancing, cache optimization, and work-stealing scheduling automatically. Use it when building high-performance applications that need to exploit multi-core CPUs without OpenMP or manual pthread code.

Categories

Alternatives

OpenMP Boost.Thread pthread OpenCilk
6.9k
30-day installs · #467
22.7k
90-day · #478
95.8k
365-day · #436

Runtime dependencies

Build dependencies

Links

Blurb generated by claude-haiku-4-5 on today.

Raw metadata
{
  "aliases": [
    "onetbb"
  ],
  "alternatives": [
    "OpenMP",
    "Boost.Thread",
    "pthread",
    "OpenCilk"
  ],
  "build_dependencies": [
    "cmake",
    "pkgconf",
    "python-setuptools",
    "python@3.14",
    "swig"
  ],
  "categories": [
    "library",
    "header-only-library",
    "parallel-computing"
  ],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "hwloc"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Rich and complete approach to parallelism in C++",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:40:53+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "tbb",
  "github_default_branch": null,
  "github_last_commit_at": null,
  "github_readme_excerpt": null,
  "github_repo": null,
  "github_stars": null,
  "github_topics": [],
  "homepage": "https://uxlfoundation.github.io/oneTBB/",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": "oneAPI Threading Building Blocks (oneTBB) \u2014 oneTBB  documentation",
  "installs_30d": 6922,
  "installs_365d": 95807,
  "installs_90d": 22745,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "Apache-2.0",
  "llm_generated_at": "2026-06-20T23:45:03+00:00",
  "llm_model": "claude-haiku-4-5",
  "name": "tbb",
  "oldnames": [],
  "one_liner": "C++ library for shared-memory parallel programming with task scheduling and thread-safe containers.",
  "optional_dependencies": [],
  "rank_30d": 467,
  "rank_365d": 436,
  "rank_90d": 478,
  "raw_hash": "fba3cf6536fe6ac0",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/t/tbb.rb",
  "tap": "homebrew/core",
  "test_dependencies": [
    "python@3.14"
  ],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "2023.0.0",
  "versioned_formulae": [],
  "why_use_this": "TBB abstracts low-level threading details, letting C++ developers write scalable parallel code without managing threads directly. It handles load balancing, cache optimization, and work-stealing scheduling automatically. Use it when building high-performance applications that need to exploit multi-core CPUs without OpenMP or manual pthread code."
}