142 skills found · Page 1 of 5
lemmy / BlockingQueueTutorial "Weeks of debugging can save you hours of TLA+". Each git commit introduces a new concept => check the git history!
nsqio / Go DiskqueueA Go package providing a filesystem-backed FIFO queue
dpretet / Async FifoA dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
enriquebris / GoconcurrentqueueGo concurrent-safe, goroutine-safe, thread-safe queue
Openpanel-dev / GroupmqA fast, reliable Redis-backed per-group FIFO queue for Node + TypeScript with guaranteed job ordering and parallel processing across groups.
gruelbox / Transaction OutboxReliable eventual consistency for Microservices
alex-petrenko / Faster FifoFaster alternative to Python's multiprocessing.Queue (IPC FIFO queue)
craflin / LockFreeQueueLock-free multi-producer multi-consumer ring buffer FIFO queue.
scalalang2 / Golang FifoModern efficient cache design with simple FIFO queue only in Golang
dtex / NeuronThe simplest possible event driven job manager, FIFO queue, and "task based cache" in node.js
donutloop / ToolkitCollection of useful patterns
shiftonelabs / Laravel Sqs Fifo QueueAdds a Laravel queue driver for Amazon SQS FIFO queues.
Taymindis / Lfqueuelock-free FIFO queue by C native built it, easy built cross platform(no extra dependencies needed) , guarantee thread safety memory management ever!
Thesys-lab / Sosp23 S3fifoThe repo for SOSP23 paper: FIFO queues are all you need for cache evictions
linkedin / CassetteAn efficient, file-based FIFO Queue for iOS and macOS.
asynchronics / St3Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.
Taymindis / Wfqueuewait free FIFO queue, easy built cross platform(no extra dependencies needed)
viega / HatrackFast, multi-reader, multi-writer, lockless data structures for parallel programming
gentlee / SerialQueueLightweight C# implementations of FIFO serial queues from Apple's GCD
bryan31 / RogueMapRogueMap is a high-performance embedded storage engine that breaks through the JVM memory wall. Based on memory-mapped files, it provides four data structures: RogueMap (key-value store), RogueList (doubly-linked list), RogueSet (concurrent set), and RogueQueue (FIFO queue).