190 skills found · Page 1 of 7
cameron314 / ConcurrentqueueA fast multi-producer, multi-consumer lock-free concurrent queue for C++11
jankotek / MapdbMapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
sindresorhus / P QueuePromise queue with concurrency control
rigtorp / MPMCQueueA bounded multi-producer multi-consumer concurrent queue written in C++11
jessetane / QueueAsynchronous function queue with adjustable concurrency
andreiavrammsd / Cpp ChannelC++11 thread-safe container for sharing data between threads (synchronized queue)
enriquebris / GoconcurrentqueueGo concurrent-safe, goroutine-safe, thread-safe queue
mattmassicotte / QueueA queue for Swift concurrency
smol-rs / Concurrent QueueConcurrent multi-producer multi-consumer queue
chaoran / Fast Wait Free QueueA benchmark framework for concurrent queue implementations
confluentinc / Parallel ConsumerParallel Apache Kafka client wrapper with per message ACK, client side queueing, a simpler consumer/producer API with key concurrency and extendable non-blocking IO processing.
p-ranav / Csv[DEPRECATED] See https://github.com/p-ranav/csv2
coralblocks / CoralRingCoralRing is an ultra-low-latency, lock-free, garbage-free, batching and concurrent circular queue (ring) in off-heap shared memory for inter-process communication (IPC) in Java across different JVMs using memory-mapped files.
fent / Timequeue.jsA queue with custom concurrency and time limit.
litesuits / Android Lite GoLiteGo is a Java-based asynchronous concurrency library. It has a smart executor, which can be freely set the maximum number of concurrent at same time , and the number of threads in waiting queue. It can also set waiting policies and overload strategies.
goptics / VarmqA Simplest Storage-Agnostic and Zero-dep Message Queue for Your Concurrent Go Program
LPD-EPFL / ASCYLIBASCYLIB (with OPTIK) is a concurrent-search data-structure library with over 40 implementantions of linked lists, hash tables, skip lists, binary search trees, queues, and stacks.
d3 / D3 TimerAn efficient queue for managing thousands of concurrent animations.
Skepfyr / Little LoadshedderA Rust hyper/tower service that implements load shedding with queuing & concurrency limiting based on latency.
clue / Reactphp MqMini Queue, the lightweight in-memory message queue to concurrently do many (but not too many) things at once, built on top of ReactPHP.