awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
preshing avatar

preshing/junction

0
View on GitHub↗
1,452 estrellas·158 forks·C++·4 vistas

Junction

Concurrent data structures in C++

Features

  • Concurrency and Parallelism - Concurrent data structures library.
  • Concurrency Libraries - Concurrent data structures for high-performance C++.

Historial de estrellas

Gráfico del historial de estrellas de preshing/junctionGráfico del historial de estrellas de preshing/junction

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace preshing/junction?

Concurrent data structures in C++

¿Cuáles son las características principales de preshing/junction?

Las características principales de preshing/junction son: Concurrency and Parallelism, Concurrency Libraries.

¿Qué alternativas de código abierto existen para preshing/junction?

Las alternativas de código abierto para preshing/junction incluyen: david-haim/concurrencpp — Modern concurrency for C++. Tasks, executors, timers and C++20 coroutines to rule them all. 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…

Alternativas open-source a Junction

Proyectos open-source similares, clasificados según cuántas características comparten con Junction.
  • cameron314/concurrentqueueAvatar de cameron314

    cameron314/concurrentqueue

    12,070Ver en 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++
    Ver en GitHub↗12,070
  • david-haim/concurrencppAvatar de David-Haim

    David-Haim/concurrencpp

    2,755Ver en GitHub↗

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

    C++
    Ver en GitHub↗2,755
  • bloomen/transwarpAvatar de bloomen

    bloomen/transwarp

    633Ver en GitHub↗

    A header-only C++ library for task concurrency

    C++
    Ver en GitHub↗633
  • taskflow/taskflowAvatar de taskflow

    taskflow/taskflow

    12,013Ver en 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
    Ver en GitHub↗12,013
Ver las 30 alternativas a Junction→