Ross ROSS = Recommend OSS · open-source software intelligence for agents

swiftlang/swift-corelibs-libdispatch

The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware observed · 2026-08-28

github.com/swiftlang/swift-corelibs-libdispatch · C · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

74/100

  • Activity 99
  • Release rhythm 28
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 80.5
  • age_days: 3950
  • days_rel: 466
  • days_push: 7
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

2600 stars · 489 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

The open-source port of Grand Central Dispatch (libdispatch), Apple's concurrency library for executing concurrent code on multicore hardware. It provides the portable C/pthread-based implementation of the dispatch API on Linux and other non-Darwin platforms, bundled with Swift releases since Swift 3.

Use cases

  • run concurrent tasks on multicore hardware in Swift on Linux
  • use Grand Central Dispatch queues outside Apple platforms
  • schedule work on serial and concurrent dispatch queues
  • build Swift core libraries that rely on libdispatch
  • port Darwin dispatch-based code to Linux

When to choose

  • you need GCD-style concurrency in Swift on Linux or other non-Darwin platforms
  • you want a proven, low-level C concurrency primitive library
  • you are building or maintaining Swift core libraries

When to avoid

  • you are on Darwin/macOS, where the system libdispatch is already provided
  • you prefer higher-level structured concurrency (Swift async/await, task groups)
  • you need a kernel-integrated scheduler with system-wide load balancing

Facets

library · maturity stable

concurrency developer-tools operating-systems cross-platform c grand-central-dispatch gcd multicore thread-scheduling swift-corelibs linux macos swift

1 source

Member repositories

RepositoryRoleHealth v2
swiftlang/swift-corelibs-libdispatchmain74

For agents

markdown · JSON · MCP: product_card(name="swiftlang/swift-corelibs-libdispatch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem