An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with fifo-queue

A curated list of projects in awesome lists tagged with fifo-queue .

https://github.com/lemmy/blockingqueue

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

fifo fifo-queue java model-checking specification tla tlaplus tlaps

Last synced: 16 May 2025

https://github.com/lemmy/BlockingQueue

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

fifo fifo-queue java model-checking specification tla tlaplus tlaps

Last synced: 26 Mar 2025

https://github.com/enriquebris/goconcurrentqueue

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

concurrency concurrent concurrent-queue fifo fifo-queue go golang goroutine-safe queue slice

Last synced: 11 Jan 2026

https://github.com/dpretet/async_fifo

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

asic asic-design async cdc cross-clock-domain fifo fifo-cache fifo-queue fpga hdl icarus-verilog synthesis verification verilator verilog verilog-hdl

Last synced: 12 Jan 2026

https://github.com/zzw922cn/tensorflow-input-pipeline

TensorFlow Input Pipeline Examples based on multi-thread and FIFOQueue

fifo-queue input-pipeline large-dataset mini-batch multi-threading small-dataset tensorflow tfrecords

Last synced: 26 Apr 2025

https://github.com/jczic/xasyncsockets

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

async async-programming asynchronous client client-server concurrent-processes esp32 fifo-queue hc2 micropython pool pycom python server sockets ssl tcp tls udp wipy

Last synced: 07 May 2025

https://github.com/jczic/XAsyncSockets

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

async async-programming asynchronous client client-server concurrent-processes esp32 fifo-queue hc2 micropython pool pycom python server sockets ssl tcp tls udp wipy

Last synced: 13 May 2025

https://github.com/kleinron/lite-fifo

Lightweight and efficient implementations of FIFO/Queue, written in pure javascript

data-structures fifo fifo-queue lightweight queue zero-dependency

Last synced: 16 Apr 2025

https://github.com/fb55/simplequeue

A simple FIFO queue

fifo fifo-queue hacktoberfest

Last synced: 17 Mar 2025

https://github.com/lorenzosinisi/twitflow

Elixir Twitter streaming with GenStage and Queue.

elixir erlang fifo-queue queue twitter-api

Last synced: 28 Aug 2025

https://github.com/shimohq/tomqueue

A FIFO queue with group-level concurrency support

concurrency fifo-queue nodejs

Last synced: 11 Sep 2025

https://github.com/solzimer/fileq

File based FIFO queue. High-performance queue that stores JSON objects in a file-based FIFO

buffer cache fifo-queue file javascript json nodejs queue

Last synced: 10 Mar 2026

https://github.com/kaoutherbo/monty

Stacks, Queues - LIFO, FIFO project

alx-challenge c cmdline fifo-queue lifo-stack queue stuck

Last synced: 14 Apr 2025

https://github.com/ef-ds/queue

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

fast fifo-queue go golang performance queue ring

Last synced: 14 Jan 2026

https://github.com/3p3r/node-named-pipe

Linux named pipes in NodeJS (mkfifo)

fifo fifo-queue ipc named-pipes pipes

Last synced: 02 Apr 2025

https://github.com/twiny/tinyq

an implementation of a persistent FIFO queue. with ability to pause/start dequeue.

command fifo-queue go persistent-queue

Last synced: 04 Apr 2025

https://github.com/samiyaalizaidi/fifo-in-verilog

Implementation of a FIFO structure for Digital Systems | Written in Verilog HDL

digital-system-design fifo-buffer fifo-queue verilog-hdl vivado

Last synced: 10 Mar 2026

https://github.com/prawy126/kolejka-fifo

Projekt na Programowanie obiektowe wykonany w języku JAVA

fifo-queue gui gui-application java java-gui java-gui-application java21 project

Last synced: 29 Mar 2025

https://github.com/timstr/spmcq

A Rust library for a thread-safe single-producer, multiple-consumer bounded ring buffer (FIFO queue)

fifo-queue ring-buffer rust threading

Last synced: 05 Jan 2026

https://github.com/ntdls/ntdls.delegatethreadpooling

High performance active thread pool where work items can be queued as delegate functions. Allows you to easily enqueue infinite FIFO worker items or enforce queue size, wait on collections of those items to complete, and total control over the pool size. Also allows for multiple pools, so that different workloads do not interfere with one another.

fifo fifo-queue high-performance queue threading threadpool threadpooling

Last synced: 14 Apr 2025

https://github.com/pzingg/dirq

An almost-FIFO, filesystem directory based queue, translated into Elixir from the Perl library Directory::Queue

fifo-queue filesystem queues

Last synced: 26 Mar 2025

https://github.com/flipeador/js-queue

JavaScript FIFO/LIFO/PRIORITY queue implementation.

async-await browser fifo-queue javascript lifo-queue nodejs priority-queue queue

Last synced: 04 Mar 2025

https://github.com/jaki729/high-frequency-trading-matching-engine

Built Go-based matching engine processing 100K+ orders/sec with sub-50μs latency using priority queues and concurrent algorithms

concurrency docker fifo-queue golang high-frequency low-latency matching-engine priority-queue

Last synced: 29 Oct 2025

https://github.com/r3code/hlf-queue-example

An example of Hyperledger Fabric Chaincode implementing FIFO Queue

cckit chaincode fifo-queue golang hlf hyperledger hyperledger-fabric smart-contracts

Last synced: 04 Aug 2025

https://github.com/solesen1992/processes-threads-concurrency-exercise-practice

Practice exercises from my education in Computer Science (second semester in Technology).

buffer circular-buffer concurrency fifo-queue java processes semaphores threads

Last synced: 21 Sep 2025

https://github.com/Marlinsk/queue-java-algorithm

Algoritmo de fila em java utilizando programação orientada à objetos e o conceito de FIFO. Projeto de aula prática da disciplina de estrutura de dados da faculdade UniBH.

fifo fifo-queue java poo queue

Last synced: 22 Apr 2025

https://github.com/ori88c/data-oriented-slim-queue

A slim and efficient in-memory queue with a basic API for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.

circular-buffer cyclic-buffer data-oriented-design es2020 fifo fifo-queue first-in-first-out in-memory in-memory-storage js node-js nodejs queue ts typescript

Last synced: 31 Jan 2026

https://github.com/deftio/fifostr

python mutable string class with streaming pattern recognition parser and FIFO support

deque fifo-queue mutable-python-string parser python regex streaming-parser

Last synced: 04 Jul 2025

https://github.com/arkadiyshuvaev/durable-message-queue

A durable message queue library based on the Redis reliable queue pattern and LUA scripts

fifo-queue metrics

Last synced: 17 Oct 2025

https://github.com/mearns/queue-as-promised

A JavaScript library for queueing up tasks, both synchronous and asynchronous.

ayo fifo fifo-queue javascript javascript-library node node-js nodejs queue

Last synced: 18 Feb 2026

https://github.com/mingdonghu/ring_fifo_module

通用化的环形队列模块C接口实现

fifo-queue

Last synced: 06 Apr 2025

https://github.com/pzingg/dirq-r

A port of the Perl module Directory::Queue::Simple for the R language

fifo-queue filesystem queues

Last synced: 09 Apr 2025

https://github.com/marlinsk/queue-java-algorithm

Algoritmo de fila em java utilizando programação orientada à objetos e o conceito de FIFO. Projeto de aula prática da disciplina de estrutura de dados da faculdade UniBH.

fifo fifo-queue java poo queue

Last synced: 25 Aug 2025

https://github.com/recuencojones/stacksexercise

Simple Queue based on two stacks exercise

exercise fifo-queue javascript

Last synced: 09 Nov 2025

https://github.com/devtonin/tdd-poc

A Java FIFO app for raw TDD studies.

fifo-queue java tdd-java

Last synced: 02 Apr 2026

https://github.com/ellectroid/thread-safe-raw-pointer-fifo

An attempt of thread-safe FIFO implementation. FIFO stores and returns pointers to data. FIFO doesn't manage payload lifetime.

double-linked-list fifo fifo-queue linked-list queue thread-safe thread-safe-queue

Last synced: 16 May 2025