awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
David-Haim avatar

David-Haim/concurrencpp

0
View on GitHub↗
2,755 星标·250 分支·C++·MIT·2 次浏览

Concurrencpp

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

Features

  • Concurrency and Parallelism - General concurrency library with tasks and executors.
  • Concurrency Libraries - Concurrency library featuring tasks, executors, and C++20 coroutines.

Star 历史

david-haim/concurrencpp 的 Star 历史图表david-haim/concurrencpp 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Concurrencpp 的开源替代方案

相似的开源项目,按与 Concurrencpp 的功能重合度排序。
  • cameron314/concurrentqueuecameron314 的头像

    cameron314/concurrentqueue

    12,070在 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++
    在 GitHub 上查看↗12,070
  • preshing/junctionpreshing 的头像

    preshing/junction

    1,452在 GitHub 上查看↗

    Concurrent data structures in C++

    C++
    在 GitHub 上查看↗1,452
  • bloomen/transwarpbloomen 的头像

    bloomen/transwarp

    633在 GitHub 上查看↗

    A header-only C++ library for task concurrency

    C++
    在 GitHub 上查看↗633
  • taskflow/taskflowtaskflow 的头像

    taskflow/taskflow

    12,013在 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
    在 GitHub 上查看↗12,013
查看 Concurrencpp 的所有 30 个替代方案→

常见问题解答

david-haim/concurrencpp 是做什么的?

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

david-haim/concurrencpp 的主要功能有哪些?

david-haim/concurrencpp 的主要功能包括:Concurrency and Parallelism, Concurrency Libraries。

david-haim/concurrencpp 有哪些开源替代品?

david-haim/concurrencpp 的开源替代品包括: preshing/junction — Concurrent data structures in C++. 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. cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… jctools/jctools — JCTools is a Java concurrency library providing a collection of lock-less and wait-free data structures. It serves as… microsoft/rusttraining — This project is a structured Rust programming curriculum and systems programming course designed to take learners from…