fifo-queue topic

List fifo-queue repositories

node-rate-limiter-flexible

2.9k
Stars
156
Forks
Watchers

Atomic counters and rate limiting tools. Limit resource access at any scale.

BlockingQueue

482
Stars
20
Forks
Watchers

Tutorial "Weeks of debugging can save you hours of TLA+". Each git commit introduces a new concept => check the git history!

async_fifo

213
Stars
68
Forks
Watchers

A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog

LockFreeQueue

163
Stars
37
Forks
Watchers

A lock-free multi-producer multi-consumer ring buffer FIFO queue.

goconcurrentqueue

367
Stars
33
Forks
Watchers

Go concurrent-safe, goroutine-safe, thread-safe queue

toolkit

159
Stars
9
Forks
Watchers

Collection of useful patterns

hatrack

78
Stars
8
Forks
Watchers

Fast, multi-reader, multi-writer, lockless data structures for parallel programming

TensorFlow-Input-Pipeline

52
Stars
16
Forks
Watchers

TensorFlow Input Pipeline Examples based on multi-thread and FIFOQueue

XAsyncSockets

37
Stars
3
Forks
Watchers

XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.

deque

45
Stars
5
Forks
Watchers

Package deque implements a very fast and efficient general purpose queue/stack/deque data structure that is specifically optimized to perform when used by Microservices and Serverless services running...