awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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·3 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ david-haim/concurrencppمخطط تاريخ النجوم لـ david-haim/concurrencpp

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Concurrencpp

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Concurrencpp.
  • cameron314/concurrentqueueالصورة الرمزية لـ cameron314

    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/junctionالصورة الرمزية لـ preshing

    preshing/junction

    1,452عرض على GitHub↗

    Concurrent data structures in C++

    C++
    عرض على GitHub↗1,452
  • bloomen/transwarpالصورة الرمزية لـ bloomen

    bloomen/transwarp

    633عرض على GitHub↗

    A header-only C++ library for task concurrency

    C++
    عرض على GitHub↗633
  • taskflow/taskflowالصورة الرمزية لـ taskflow

    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
عرض جميع البدائل الـ 30 لـ Concurrencpp→

الأسئلة الشائعة

ما هي وظيفة 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…