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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rigtorp/mpmcqueue

Open-source alternatives to MPMCQueue

30 open-source projects similar to rigtorp/mpmcqueue, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best MPMCQueue alternative.

  • 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
  • tessil/hopscotch-mapالصورة الرمزية لـ Tessil

    Tessil/hopscotch-map

    766عرض على GitHub↗

    C++ implementation of a fast hash map and hash set using hopscotch hashing

    C++
    عرض على GitHub↗766
  • facebook/immutable-jsالصورة الرمزية لـ facebook

    facebook/immutable-js

    33,060عرض على GitHub↗

    This is a persistent data structure library for JavaScript that provides collections which prevent the direct mutation of objects and arrays. It serves as an immutable state management tool and functional programming utility, ensuring that data remains unchanged after creation to simplify change detection and state tracking. The library enables the maintenance of application state by producing new versions of data structures during updates. It focuses on efficient data comparison by checking actual content instead of memory references and supports a functional programming workflow to prevent

    TypeScript
    عرض على GitHub↗33,060
  • roaringbitmap/roaringالصورة الرمزية لـ RoaringBitmap

    RoaringBitmap/roaring

    2,896عرض على GitHub↗

    Roaring bitmaps in Go (golang), used by InfluxDB, Bleve, DataDog

    Go
    عرض على GitHub↗2,896

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

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

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

Find more with AI search
  • tlk00/bitmagicالصورة الرمزية لـ tlk00

    tlk00/BitMagic

    451عرض على GitHub↗

    BitMagic Library

    C++
    عرض على GitHub↗451
  • workiva/go-datastructuresالصورة الرمزية لـ Workiva

    Workiva/go-datastructures

    7,901عرض على GitHub↗

    go-datastructures is a collection of thread-safe and lock-free data structures designed for high-performance concurrent applications in Go. It provides a modular library of specialized algorithmic toolsets, including a lock-free collection library and an immutable data structure library. The project distinguishes itself through a suite of persistent AVL trees and hash array mapped tries that use branch-copying to preserve previous versions. It also implements non-blocking hash maps, queues, and tries that enable linearizable snapshots and concurrent updates without the use of mutual exclusion

    Go
    عرض على GitHub↗7,901
  • gutjuri/triesالصورة الرمزية لـ gutjuri

    gutjuri/tries

    13عرض على GitHub↗

    Tries in C++

    C++
    عرض على GitHub↗13
  • greg7mdp/parallel-hashmapالصورة الرمزية لـ greg7mdp

    greg7mdp/parallel-hashmap

    3,192عرض على GitHub↗

    A family of header-only, very fast and memory-friendly hashmap and btree containers.

    C++
    عرض على GitHub↗3,192
  • real-logic/simple-binary-encodingالصورة الرمزية لـ real-logic

    real-logic/simple-binary-encoding

    3,458عرض على GitHub↗

    Simple Binary Encoding (SBE) - High Performance Message Codec

    Java
    عرض على GitHub↗3,458
  • ned14/outcomeالصورة الرمزية لـ ned14

    ned14/outcome

    774عرض على GitHub↗
    C++boostc-plus-plus
    عرض على GitHub↗774
  • square/wireالصورة الرمزية لـ square

    square/wire

    4,419عرض على GitHub↗

    Wire is a cross-platform code generator and implementation of gRPC and Protocol Buffers. It transforms schema definitions into type-safe native language bindings for Kotlin, Swift, and Java to ensure consistent data exchange and communication between distributed systems. The project provides specialized tools for protocol buffer schema management, including the ability to prune unused types and filter fields by version to reduce final binary sizes. It also handles namespace management and allows for the creation of custom schema handlers to execute user-defined logic during the compilation ph

    Kotlin
    عرض على GitHub↗4,419
  • tessil/robin-mapالصورة الرمزية لـ Tessil

    Tessil/robin-map

    1,485عرض على GitHub↗

    C++ implementation of a fast hash map and hash set using robin hood hashing

    C++
    عرض على GitHub↗1,485
  • bits-and-blooms/bitsetالصورة الرمزية لـ bits-and-blooms

    bits-and-blooms/bitset

    1,505عرض على GitHub↗

    Go package implementing bitsets

    Go
    عرض على GitHub↗1,505
  • bits-and-blooms/bloomالصورة الرمزية لـ bits-and-blooms

    bits-and-blooms/bloom

    2,791عرض على GitHub↗

    Go package implementing Bloom filters, used by many important systems

    Go
    عرض على GitHub↗2,791
  • swannodette/moriالصورة الرمزية لـ swannodette

    swannodette/mori

    3,372عرض على GitHub↗

    ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript

    Clojure
    عرض على GitHub↗3,372
  • deckarep/golang-setالصورة الرمزية لـ deckarep

    deckarep/golang-set

    4,690عرض على GitHub↗

    This project is a set theory library for Go that provides a data structure for storing unique elements of any comparable type using generics. It serves as a tool for managing unique collections and performing mathematical operations such as intersections and differences. The library provides synchronized collections to prevent data races during concurrent read and write operations. It also supports converting unique collections to and from JSON arrays for data persistence and network transmission. The implementation covers membership testing, collection cloning, and size calculation. It incl

    Go
    عرض على GitHub↗4,690
  • alandefreitas/smallالصورة الرمزية لـ alandefreitas

    alandefreitas/small

    150عرض على GitHub↗

    C++ small containers

    C++
    عرض على GitHub↗150
  • flesler/hashmapالصورة الرمزية لـ flesler

    flesler/hashmap

    382عرض على GitHub↗

    HashMap JavaScript class for Node.js and the browser. The keys can be anything and won't be stringified

    JavaScript
    عرض على GitHub↗382
  • arximboldi/immerالصورة الرمزية لـ arximboldi

    arximboldi/immer

    2,854عرض على GitHub↗

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

    C++
    عرض على GitHub↗2,854
  • gvinciguerra/pgm-indexالصورة الرمزية لـ gvinciguerra

    gvinciguerra/PGM-index

    872عرض على GitHub↗

    🏅State-of-the-art learned data structure that enables fast lookup, predecessor, range searches and updates in arrays of billions of items using orders of magnitude less space than traditional indexes

    C++
    عرض على GitHub↗872
  • martinus/robin-hood-hashingالصورة الرمزية لـ martinus

    martinus/robin-hood-hashing

    1,613عرض على GitHub↗

    Fast & memory efficient hashtable based on robin hood hashing for C++11/14/17/20

    C++
    عرض على GitHub↗1,613
  • mauriciosantos/buckets-jsالصورة الرمزية لـ mauriciosantos

    mauriciosantos/Buckets-JS

    1,257عرض على GitHub↗

    A complete, fully tested and documented data structure library written in pure JavaScript.

    JavaScriptbagbinary-heapbinary-search
    عرض على GitHub↗1,257
  • serge-sans-paille/frozenالصورة الرمزية لـ serge-sans-paille

    serge-sans-paille/frozen

    1,551عرض على GitHub↗

    a header-only, constexpr alternative to gperf for C++14 users

    C++
    عرض على GitHub↗1,551
  • slavenf/sfl-libraryالصورة الرمزية لـ slavenf

    slavenf/sfl-library

    157عرض على GitHub↗

    C++11/20 library that provides staticvector, smallvector, staticmap, smallmap, flatmap, staticflatmap, smallflatmap, staticunorderedmap, smallunordered_map, etc.

    C++
    عرض على GitHub↗157
  • jctools/jctoolsالصورة الرمزية لـ JCTools

    JCTools/JCTools

    3,851عرض على GitHub↗

    JCTools is a Java concurrency library providing a collection of lock-less and wait-free data structures. It serves as a toolkit for managing thread-safe data exchange, specifically designed to optimize high-throughput messaging and producer-consumer patterns in multi-threaded applications. The library distinguishes itself by implementing specialized queue structures that minimize contention and maximize throughput. By utilizing techniques such as cache-line padding, memory-barrier-based synchronization, and relaxed-consistency memory ordering, it avoids the performance bottlenecks often assoc

    Javaawesomebenchmarksconcurrency
    عرض على GitHub↗3,851
  • xtaci/algorithmsالصورة الرمزية لـ xtaci

    xtaci/algorithms

    5,454عرض على GitHub↗

    This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision

    C++
    عرض على GitHub↗5,454
  • amallia/go-efالصورة الرمزية لـ amallia

    amallia/go-ef

    41عرض على GitHub↗

    A Go implementation of the Elias-Fano encoding

    Go
    عرض على GitHub↗41
  • benny-nottonson/mojodatastructuresB

    Benny-Nottonson/mojoDataStructures

    0عرض على GitHub↗
    عرض على GitHub↗0
  • alvii147/gloopالصورة الرمزية لـ alvii147

    alvii147/gloop

    28عرض على GitHub↗

    Go utility library for convenient looping using Go's range-over-func feature

    Go
    عرض على GitHub↗28
  • aio-libs/janusالصورة الرمزية لـ aio-libs

    aio-libs/janus

    963عرض على GitHub↗

    Thread-safe asyncio-aware queue for Python

    Pythonasynciomypyqueue
    عرض على GitHub↗963