awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebookincubator avatar

facebookincubator/dispenso

0
View on GitHub↗
282 stars·35 forks·C++·MIT·2 views

Dispenso

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

Features

  • Concurrency and Parallelism - High-performance library for parallel programming.
  • Parallel Programming Frameworks - C++ task library for parallel execution.

Star history

Star history chart for facebookincubator/dispensoStar history chart for facebookincubator/dispenso

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

Open-source alternatives to Dispenso

Similar open-source projects, ranked by how many features they share with Dispenso.
  • 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
  • stellar-group/hpxSTEllAR-GROUP avatar

    STEllAR-GROUP/hpx

    2,858View on GitHub↗

    The C++ Standard Library for Parallelism and Concurrency

    C++
    View on GitHub↗2,858
  • 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
See all 30 alternatives to Dispenso→

Frequently asked questions

What does facebookincubator/dispenso do?

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

What are the main features of facebookincubator/dispenso?

The main features of facebookincubator/dispenso are: Concurrency and Parallelism, Parallel Programming Frameworks.

What are some open-source alternatives to facebookincubator/dispenso?

Open-source alternatives to facebookincubator/dispenso include: stellar-group/hpx — The C++ Standard Library for Parallelism and Concurrency. 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. kokkos/kokkos — Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory… 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).