awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
STEllAR-GROUP avatar

STEllAR-GROUP/hpx

0
View on GitHub↗
2,858 stars·544 forks·C++·BSL-1.0·10 viewshpx.stellar-group.org↗

Hpx

The C++ Standard Library for Parallelism and Concurrency

Features

  • Concurrency and Parallelism - Runtime system for distributed and parallel applications.
  • Parallel Programming Frameworks - C++ standard library for concurrency and parallelism.

Star history

Star history chart for stellar-group/hpxStar history chart for stellar-group/hpx

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Hpx

These projects share indexed features with Hpx. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • facebookincubator/dispensofacebookincubator avatar

    facebookincubator/dispenso

    282View on GitHub↗

    The project provides high-performance concurrency, enabling highly parallel computation.

    C++
    View on GitHub↗282
  • kokkos/kokkoskokkos avatar

    kokkos/kokkos

    2,571View on GitHub↗

    Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory Abstraction

    C++
    View on GitHub↗2,571
  • bloomen/transwarpbloomen avatar

    bloomen/transwarp

    633View on GitHub↗

    A header-only C++ library for task concurrency

    C++
    View on GitHub↗633
  • taskflow/taskflowtaskflow avatar

    taskflow/taskflow

    12,013View on GitHub↗

    Taskflow is a C++ task-parallel framework designed to build high-performance parallel workflows and complex dependency graphs. It provides a programming model that organizes computational work into directed acyclic graphs, enabling developers to manage concurrency, resource scheduling, and task dependencies across multi-core CPUs and GPU accelerators. The framework distinguishes itself through its ability to orchestrate heterogeneous systems, allowing for the integration of hardware-accelerated kernels and memory operations into unified execution pipelines. It supports dynamic runtime subflow

    C++concurrent-programmingcuda-programminggpu-programming
    View on GitHub↗12,013
Compare all 30 related projects→

Frequently asked questions

What does stellar-group/hpx do?

The C++ Standard Library for Parallelism and Concurrency

What are the main features of stellar-group/hpx?

The main features of stellar-group/hpx are: Concurrency and Parallelism, Parallel Programming Frameworks.

Which projects share features with stellar-group/hpx?

Projects with overlapping indexed features include: kokkos/kokkos — Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory… taskflow/taskflow — Taskflow is a C++ task-parallel framework designed to build high-performance parallel workflows and complex dependency… bloomen/transwarp — A header-only C++ library for task concurrency. facebookincubator/dispenso — The project provides high-performance concurrency, enabling highly parallel computation. microsoft/rusttraining — This project is a structured Rust programming curriculum and systems programming course designed to take learners from… andreiavrammsd/cpp-channel — C++11 thread-safe container for sharing data between threads (synchronized queue).