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
bloomen avatar

bloomen/transwarp

0
View on GitHub↗
633 stars·49 forks·C++·MIT·8 views

Transwarp

A header-only C++ library for task concurrency

Features

  • Concurrency and Parallelism - Header-only library for task concurrency.
  • Concurrency Libraries - Task concurrency library for C++.
  • Parallel Programming Frameworks - Header-only C++ library for task concurrency.

Star history

Star history chart for bloomen/transwarpStar history chart for bloomen/transwarp

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 Transwarp

These projects share indexed features with Transwarp. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • facebookincubator/dispensofacebookincubator avatar

    facebookincubator/dispenso

    282View on GitHub↗

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

    C++
    View on GitHub↗282
  • cameron314/concurrentqueuecameron314 avatar

    cameron314/concurrentqueue

    12,070View on GitHub↗

    ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer multi-consumer thread communication. It functions as a synchronization primitive designed to coordinate data flow between concurrent execution units using atomic operations rather than traditional mutex locking. The library distinguishes itself through a design that minimizes contention and synchronization overhead. It utilizes sub-queue token mapping to distribute workloads across partitioned internal queues and supports bulk operations to transfer multiple data elements in singl

    C++
    View on GitHub↗12,070
  • david-haim/concurrencppDavid-Haim avatar

    David-Haim/concurrencpp

    2,755View on GitHub↗

    Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all

    C++
    View on GitHub↗2,755
Compare all 30 related projects→

Frequently asked questions

What does bloomen/transwarp do?

A header-only C++ library for task concurrency

What are the main features of bloomen/transwarp?

The main features of bloomen/transwarp are: Concurrency and Parallelism, Concurrency Libraries, Parallel Programming Frameworks.

Which projects share features with bloomen/transwarp?

Projects with overlapping indexed features include: taskflow/taskflow — Taskflow is a C++ task-parallel framework designed to build high-performance parallel workflows and complex dependency… preshing/junction — Concurrent data structures in C++. cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… david-haim/concurrencpp — Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all. kokkos/kokkos — Kokkos C++ Performance Portability Programming Ecosystem: The Programming Model - Parallel Execution and Memory… facebookincubator/dispenso — The project provides high-performance concurrency, enabling highly parallel computation.