Found 162 repositories(showing 30)
max0x7ba
C++14 lock-free queue.
erez-strauss
Lockfree, atomic, multi producer, multi consumer, C++, in process and inter-process queue
dbittman
A wait-free multi-producer-single-consumer queue in C11 atomics
colinmollenhour
MongoDb abstraction layer and atomic job queue for Magento
adriangb
Atomic low latency job queues running on Postgres
max-mapper
a crash friendly queue that persists queue state and can restart. uses a worker pool and has configurable concurrency
joadnacer
Fast bounded MPMC and SPSC queues for C++20
m-labs
Atomic ring buffer is a fixed-size multi-producer multi-consumer queue that works on bare-metal systems.
skeeto
C11 + Pthreads Atomic Bounded Work Queue
Taiizor
High-performance background job processing for .NET. Redis-backed queue with atomic operations, graceful shutdown, distributed locks, rate limiting, OpenTelemetry tracing, and transactional outbox pattern. Supports Kafka, RabbitMQ, and Azure Service Bus.
arossoshynskyy
A lock-free, thread-safe, multi-producer/multi-consumer queue based on the LMAX Disruptor.
larkmjc
Multiple producer multiple consumer queue template using C++11 atomics.
kohachiro
Orce is a lightweight multiplayer online game server framework. Using a lock-free programming techniques, such as: atomic, spinlock, concurrent container, no-block queue, scalable memory allocator to achieve the high performance of the engine. The Orce using protobuf as a communication protocol can achieve the connection of a variety of clients, including iOS, android, flash, html5, unity3d.
swiftuiux
Atomic swift, swiftui, Synchronous Access Swift, Concurrency, Multithreading, Synchronization, Thread safe, Shared mutable state, Serial Dispatch Queue, NSLock, NSRecursiveLock, thread mutex, Concurrent Queue, Barrier, Semaphore, DispatchSemaphore, os_unfair_lock, Atomic Operations, Property Wrapper, Actors, Task Dependency, OperationQueue
Joseph-Matteo-Scorsone
Zig Library that implements a Michael-Scott lock free queue with the use of Atomic types.
bitfinexcom
Atomic Job enqueuer from Redis lists to popular Job Queues (Sidekiq, Resque, Bull, ...)
droplit
WORQR - Atomic Redis Queue
open-vela
No description available
akors
DO NOT USE! This is a FAILED attempt for a thread-safe and lock-free implementation of the First-In-First-Out data structure pattern in C++
cageq
test programs for atomic queue
WIP Multi-Producer Multi-Consumer, ultra fast queue type for the Unreal Engine 5.
thejpster
An atomic lock-free #![no_std] queue for embedded system written in Rust.
rentzsch
Blast from the Classic Mac OS past. Atomic Locks, Stacks, Guarded Stacks, Queues, and Guarded Queues
ekarad1um
An optimized thread-safe atomic queue written in standard C++20
mvalitov
A unique FIFO queue with atomic operations built on top of Redis
zorodc
A lock-free single-producer, multiple-consumer (SPMC) queue written in C, using the C11 atomics API.
ekg
parallel_for based on atomic queues and C++11 threads
bjornl
Atomic non-blocking lock-free and wait-free FIFO queue implementation
artemyarulin
Embedded Go persisted queue storage where processed items from the head could be atomically appended to the tail for processing again
r6mez
A high-concurrency flash-sale backend that prevents overselling by using Redis for atomic inventory control and background queues for durable order processing.