awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rigtorp avatar

rigtorp/MPMCQueue

0
View on GitHub↗
1,532 Stars·201 Forks·C++·MIT·2 Aufrufe

MPMCQueue

A bounded multi-producer multi-consumer concurrent queue written in C++11

Features

  • Data Structures - Bounded multi-producer multi-consumer queue.
  • Concurrency Libraries - Bounded lock-free multi-producer multi-consumer queue.
  • Data Structures - Bounded multi-producer multi-consumer concurrent queue.

Star-Verlauf

Star-Verlauf für rigtorp/mpmcqueueStar-Verlauf für rigtorp/mpmcqueue

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht rigtorp/mpmcqueue?

A bounded multi-producer multi-consumer concurrent queue written in C++11

Was sind die Hauptfunktionen von rigtorp/mpmcqueue?

Die Hauptfunktionen von rigtorp/mpmcqueue sind: Data Structures, Concurrency Libraries.

Welche Open-Source-Alternativen gibt es zu rigtorp/mpmcqueue?

Open-Source-Alternativen zu rigtorp/mpmcqueue sind unter anderem: cameron314/concurrentqueue — ConcurrentQueue is a header-only C++ template library that provides a lock-free data structure for multi-producer… bits-and-blooms/bloom — Go package implementing Bloom filters, used by many important systems. alandefreitas/small — C++ small containers. arximboldi/immer — Postmodern immutable and persistent data structures for C++ — value semantics at scale. bits-and-blooms/bitset — Go package implementing bitsets. deckarep/golang-set — This project is a set theory library for Go that provides a data structure for storing unique elements of any…

Open-Source-Alternativen zu MPMCQueue

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit MPMCQueue.
  • cameron314/concurrentqueueAvatar von cameron314

    cameron314/concurrentqueue

    12,070Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗12,070
  • bits-and-blooms/bitsetAvatar von bits-and-blooms

    bits-and-blooms/bitset

    1,505Auf GitHub ansehen↗

    Go package implementing bitsets

    Go
    Auf GitHub ansehen↗1,505
  • alandefreitas/smallAvatar von alandefreitas

    alandefreitas/small

    150Auf GitHub ansehen↗

    C++ small containers

    C++
    Auf GitHub ansehen↗150
  • arximboldi/immerAvatar von arximboldi

    arximboldi/immer

    2,854Auf GitHub ansehen↗

    Postmodern immutable and persistent data structures for C++ — value semantics at scale

    C++
    Auf GitHub ansehen↗2,854
Alle 30 Alternativen zu MPMCQueue anzeigen→