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

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

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

rigtorp/MPMCQueue

0
View on GitHub↗
1,532 星标·201 分支·C++·MIT·2 次浏览

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 历史

rigtorp/mpmcqueue 的 Star 历史图表rigtorp/mpmcqueue 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

MPMCQueue 的开源替代方案

相似的开源项目,按与 MPMCQueue 的功能重合度排序。
  • 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
  • bits-and-blooms/bitsetbits-and-blooms 的头像

    bits-and-blooms/bitset

    1,505在 GitHub 上查看↗

    Go package implementing bitsets

    Go
    在 GitHub 上查看↗1,505
  • alandefreitas/smallalandefreitas 的头像

    alandefreitas/small

    150在 GitHub 上查看↗

    C++ small containers

    C++
    在 GitHub 上查看↗150
  • arximboldi/immerarximboldi 的头像

    arximboldi/immer

    2,854在 GitHub 上查看↗

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

    C++
    在 GitHub 上查看↗2,854
查看 MPMCQueue 的所有 30 个替代方案→

常见问题解答

rigtorp/mpmcqueue 是做什么的?

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

rigtorp/mpmcqueue 的主要功能有哪些?

rigtorp/mpmcqueue 的主要功能包括:Data Structures, Concurrency Libraries。

rigtorp/mpmcqueue 有哪些开源替代品?

rigtorp/mpmcqueue 的开源替代品包括: 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…