139 results for “topic:fifo-queue”
Tutorial "Weeks of debugging can save you hours of TLA+". Each git commit introduces a new concept => check the git history!
Go concurrent-safe, goroutine-safe, thread-safe queue
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
Reliable eventual consistency for Microservices
Lock-free multi-producer multi-consumer ring buffer FIFO queue.
Collection of useful patterns
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
Lightweight and efficient implementations of FIFO/Queue, written in pure javascript
TensorFlow Input Pipeline Examples based on multi-thread and FIFOQueue
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 in production environments. https://godoc.org/github.com/ef-ds/deque
XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.
Ring buffer library for C++17
RocksDB-based queue with python bindings
Implementation of a circular queue in hardware using verilog.
Bash livestream script: livestream made easy thanks to ffmpeg, @licentiapoetica and noxy!
Asynchronous FIFO for FPGAs
A ring buffer (FIFO) library for C and C++
SafeQueue is low-level, in-memory, thread-safe, simple and fast FIFO queue in pure Go.
A simple FIFO queue
Elixir Twitter streaming with GenStage and Queue.
a real time application project that simulates a beach ball game!
Design of 4-port gigabit ethernet switch
A FIFO queue with group-level concurrency support
A "Thread pool"-like implementation in Bash, using a FIFO file, without any external tools.
A FIFO blocking queue implemented in C.
Linux named pipes in NodeJS (mkfifo)
File based FIFO queue. High-performance queue that stores JSON objects in a file-based FIFO
A method of maintaining FIFO order for related events while using a shared ExecutorService processor
Stacks, Queues - LIFO, FIFO project
Package queue implements a very fast and efficient general purpose First-In-First-out (FIFO) queue data structure that is specifically optimized to perform when used by Microservices and serverless services running in production environments. https://godoc.org/github.com/ef-ds/queue