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

TheHPXProject/hpx

The C++ Standard Library for Parallelism and Concurrency observed · 2026-08-28

github.com/TheHPXProject/hpx · homepage · C++ · BSL-1.0 (other) observed · 2026-08-28

Health v2 · maintenance only

67/100

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

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

  • gap_med: n/a
  • age_days: 5212
  • days_rel: 430
  • days_push: 7
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

2885 stars · 550 forks observed · 2026-08-28

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

HPX is a C++ Standard Library for parallelism and concurrency that implements C++ standard parallel facilities and extends them to distributed systems. It is the first runtime implementation of the ParalleX execution model, enabling fine-grained asynchronous programming with futures and dataflow at scales from laptops to exascale clusters.

Use cases

  • write fully asynchronous C++ code with futures and dataflow
  • parallelize C++ applications across many cores
  • build distributed HPC applications on clusters
  • migrate from OpenMP, TBB, or MPI to a unified API
  • scale fine-grained parallel workloads to millions of threads
  • run the same code locally and across distributed nodes

When to choose

  • you need a standards-oriented C++ API for parallel and distributed computing
  • you want fine-grained, latency-hiding task parallelism beyond what OpenMP offers
  • you are targeting large-scale HPC systems or clusters
  • you want unified syntax for local and remote operations

When to avoid

  • you need a simple threading library with minimal dependencies
  • your project is not C++ or cannot tolerate long compile times
  • you only need basic multithreading already covered by the C++ standard library
  • you need a lightweight runtime for embedded or resource-constrained devices

Facets

library · maturity stable

concurrency sdk developer-tools microservices performance gpu-computing developer-tools cpp windows cross-platform hpc parallelism parallex futures task-runtime distributed-computing async cpp-standard-library linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
TheHPXProject/hpxmain67

For agents

markdown · JSON · MCP: product_card(name="TheHPXProject/hpx")

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