Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: fifo-queue

ChrystianMelo/Interplanetary-Relocation-2076

This project aims to enhance security in computer communication by implementing a queue data structure to efficiently manage information.

Language: C++ - Size: 59.6 KB - Last synced: 6 days ago - Pushed: 6 days ago - Stars: 0 - Forks: 0

MJBina/BT_Demo

A Simple Serial Communications Interface: PIC18 Micro to PC

Language: C - Size: 165 KB - Last synced: 8 days ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

lemmy/BlockingQueue

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

Language: TLA - Size: 18.2 MB - Last synced: 8 days ago - Pushed: 12 months ago - Stars: 482 - Forks: 20

fb55/SimpleQueue

A simple FIFO queue

Language: TypeScript - Size: 829 KB - Last synced: 20 days ago - Pushed: 20 days ago - Stars: 8 - Forks: 4

r3code/hlf-queue-example

An example of Hyperledger Fabric Chaincode implementing FIFO Queue

Language: Go - Size: 198 KB - Last synced: 18 days ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

3p3r/node-named-pipe

Linux named pipes in NodeJS (mkfifo)

Language: JavaScript - Size: 14.6 KB - Last synced: 22 days ago - Pushed: about 3 years ago - Stars: 3 - Forks: 5

insight-platform/RocksQ

RocksDB-based queue with python bindings

Language: Rust - Size: 52.7 KB - Last synced: 4 days ago - Pushed: 3 months ago - Stars: 14 - Forks: 0

dpretet/async_fifo

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

Language: Verilog - Size: 1.01 MB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 205 - Forks: 67

kmlyteixeira/message-queue

:star2: A simple project to learn more about message queues

Language: C# - Size: 26.4 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

enriquebris/goconcurrentqueue

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

Language: Go - Size: 147 KB - Last synced: about 1 month ago - Pushed: about 1 year ago - Stars: 364 - Forks: 32

gnalexandridis/FIFO_HUA-MCA-2016-2017

This is a simple FIFO queue implementation in Verilog for the Modern Computer Architectures course (2016-2017) of Harokopio University.

Language: Verilog - Size: 577 KB - Last synced: about 2 months ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

gruelbox/transaction-outbox

Reliable eventual consistency for Microservices

Language: Java - Size: 1.48 MB - Last synced: about 2 months ago - Pushed: about 2 months ago - Stars: 149 - Forks: 33

NatsuDrag9/ethernet-switch

Design of 4-port gigabit ethernet switch

Language: VHDL - Size: 4.34 MB - Last synced: about 2 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

RecuencoJones/StacksExercise

Simple Queue based on two stacks exercise

Language: JavaScript - Size: 2.93 KB - Last synced: about 2 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

LtVaios/System-Programming-1

:open_file_folder: :fork_and_knife: The listener monitors a directory and notifies the manager (his parent) about any changes through a pipe. The manager forks workers to process those files and communicate through FIFOs.

Language: C - Size: 45.9 KB - Last synced: 2 months ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

kleinron/lite-fifo

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

Language: JavaScript - Size: 57.6 KB - Last synced: 25 days ago - Pushed: over 1 year ago - Stars: 18 - Forks: 1

jczic/XAsyncSockets

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

Language: Python - Size: 295 KB - Last synced: about 2 months ago - Pushed: 2 months ago - Stars: 35 - Forks: 3

t1m013y/RingBuf-c

C library: A ring buffer (FIFO) for C and C++

Language: C - Size: 34.2 KB - Last synced: 2 months ago - Pushed: 2 months ago - Stars: 1 - Forks: 0

deftio/fifostr

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

Language: Python - Size: 160 KB - Last synced: 7 days ago - Pushed: almost 3 years ago - Stars: 0 - Forks: 0

valinurovam/fifodb

Thread-safe FIFO-queue backend by a filesystem and acknowledgement opportunity.

Language: Go - Size: 16.6 KB - Last synced: 2 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

faizakram/springboot-with-aws-sqs

Aws-SQS Fifo

Language: Java - Size: 16.6 KB - Last synced: 3 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

jidalii/rpc-server-in-c

cs350 lab: implement multithread M/M/N RPC server to process image operation requests from clients in FIFO or SJN queuing.

Language: C - Size: 19.6 MB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

timstr/spmcq

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

Language: Rust - Size: 11.7 KB - Last synced: 14 days ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

LukaszKrolicki/Array-FIFO-and-Pointer-FIFO

Array implementation of FIFO and pointer implementation

Language: C++ - Size: 1000 Bytes - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

mjornada/fila

Um exemplo de lista com Generics, implementado em Java para o Estudo de estrutura de Dados

Language: Java - Size: 6.84 KB - Last synced: 4 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

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.

Language: C# - Size: 383 KB - Last synced: 28 days ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

Kaoutherbo/monty

Stacks, Queues - LIFO, FIFO project

Language: C - Size: 44.9 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 4 - Forks: 0

viega/hatrack

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

Language: C - Size: 1.32 MB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 76 - Forks: 6

andregoncalves02/SO

Comunication between a server and many clients

Language: C - Size: 231 KB - Last synced: 5 months ago - Pushed: 5 months ago - Stars: 0 - Forks: 0

ef-ds/deque

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

Language: Go - Size: 354 KB - Last synced: 4 months ago - Pushed: over 1 year ago - Stars: 44 - Forks: 5

DrTaxi98/queue

University C++ project that implements a template FIFO queue and tests it.

Language: C++ - Size: 361 KB - Last synced: 5 months ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

pzingg/dirq

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

Language: Elixir - Size: 20.5 KB - Last synced: 6 months ago - Pushed: 6 months ago - Stars: 0 - Forks: 0

alpisaoglu/Simple-Directory-BruteForce

HTTP requests with the Python library urllib3. I used the FIFO algorithm with the queue library.

Language: Python - Size: 3.91 KB - Last synced: 8 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 1

RandomOutcome/LoopbackSerial

Software Serial Loopback implementation of Arduino SoftwareSerial Library. Use cases: Arduino based Midi devices with internal routing; loopback testing to simulate external serial devices; intra-device FIFO buffered communication between software components.

Language: C++ - Size: 43.9 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

devtonin/tddPilhaImpl

A Java FIFO application for TDD studies.

Language: Java - Size: 4.88 KB - Last synced: 8 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

donutloop/toolkit

Collection of useful patterns

Language: Go - Size: 158 KB - Last synced: 7 months ago - Pushed: about 3 years ago - Stars: 158 - Forks: 9

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.

Language: C++ - Size: 9.77 KB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

craflin/LockFreeQueue

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

Language: C++ - Size: 37.1 KB - Last synced: 7 months ago - Pushed: over 4 years ago - Stars: 149 - Forks: 36

MohamadTarekk/paging-and-replacement

Memory management simulation using FIFO, LRU, CLOCK and OPTIMAL replacement

Language: C - Size: 155 KB - Last synced: 10 months ago - Pushed: over 4 years ago - Stars: 1 - Forks: 0

LouisWW/Discrete_Event_Simulation

Simulating M/M/n, M/D/n and M/LT/n Queueing Systems

Language: Python - Size: 1.61 MB - Last synced: 10 months ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

flipeador/js-queue

JavaScript FIFO/LIFO/PRIORITY queue implementation.

Language: JavaScript - Size: 9.77 KB - Last synced: 10 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

zzw922cn/TensorFlow-Input-Pipeline

TensorFlow Input Pipeline Examples based on multi-thread and FIFOQueue

Language: Python - Size: 61.5 KB - Last synced: 10 months ago - Pushed: almost 7 years ago - Stars: 53 - Forks: 16

samuelselasi/monty

0x19. C - Stacks, Queues - LIFO, FIFO

Language: C - Size: 805 KB - Last synced: 10 months ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

JaviAlonsoH/SSII-PythonProgramCPU

Process priority enqueueing visualization with FIFO algorithm (Commits in spanish)

Language: Python - Size: 114 MB - Last synced: 10 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

anthony-ndegwa-dev/monty

Algorithm and data structure

Language: C - Size: 36.1 KB - Last synced: 10 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

KriztoferY/tsdsa-queue

A TypeScript library of implementations of the Queue ADT and the related algorithms.

Language: TypeScript - Size: 290 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

KriztoferY/pydsa-queue

A suite of Python namespaced packages that provides implementations of the Queue ADT and related algorithms.

Language: Python - Size: 576 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

KriztoferY/cdsa-queue

A C module that provides generic implementations of the Queue ADT and related algorithms.

Language: C - Size: 211 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

Sphinkie/ArrayQueue

Arduino library for FIFO Queue

Language: C++ - Size: 7.81 KB - Last synced: 11 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

angelos-sp/espx1

Repository for Aristotle Univerisity of Thessaloniki ECE Deparment, Real Time Embedded Systems 1st project

Language: C - Size: 5.86 KB - Last synced: 11 months ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

valinurovam/safequeue

SafeQueue is low-level, in-memory, thread-safe, simple and fast FIFO queue in pure Go.

Language: Go - Size: 15.6 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 8 - Forks: 5

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

Language: Go - Size: 29.3 KB - Last synced: 11 months ago - Pushed: over 5 years ago - Stars: 3 - Forks: 0

benner-sistemas/messaging

A lightweight .NET standard messaging library for easily deal with any message broker, like RabbitMQ, ActiveMQ, AmazonSQS, AzureQueue, ...

Language: C# - Size: 375 KB - Last synced: 9 days ago - Pushed: over 1 year ago - Stars: 7 - Forks: 4

mingdonghu/ring_fifo_module

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

Language: C - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

anijitsao/simple-aws-sqs-lambda-microservices

Simple Microservices implementation using Node JS, AWS Lambda and AWS Simple Queue Service (SQS) along with AWS SDK for JavaScript

Language: JavaScript - Size: 284 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 1 - Forks: 0

aniketnk/circular-queue-verilog

Implementation of a circular queue in hardware using verilog.

Language: Verilog - Size: 144 KB - Last synced: about 1 year ago - Pushed: about 5 years ago - Stars: 9 - Forks: 1

BrendaMoura/process-scheduling-algorithms

In this repository, there are some process scheduling algorithms implemantation using C.

Language: C - Size: 336 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

hydrastro/livestream

Bash livestream script: livestream made easy thanks to ffmpeg, @licentiapoetica and noxy!

Language: Shell - Size: 14 MB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 14 - Forks: 3

ErikKalkoken/redismq 📦

Simple message queue class in Python based on Redis

Language: Python - Size: 10.7 KB - Last synced: over 1 year ago - Pushed: almost 4 years ago - Stars: 0 - Forks: 0

felipeek/c-fifo-blocking-queue

A FIFO blocking queue implemented in C.

Language: C - Size: 49.8 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

jpmikkers/Baksteen.Async.TaskQueue Fork of gentlee/SerialQueue

Lightweight C# implementation of FIFO serial queue from ObjC.

Language: C# - Size: 136 KB - Last synced: 12 days ago - Pushed: 5 months ago - Stars: 1 - Forks: 0

ArkadiyShuvaev/durable-message-queue

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

Language: TypeScript - Size: 518 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

mirohs/uchan

UChan is an unbounded first-in-first-out communication channel between multiple threads.

Language: C - Size: 32.2 KB - Last synced: about 2 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

jpcima/ring-buffer

Ring buffer library for C++17

Language: C++ - Size: 23.4 KB - Last synced: over 1 year ago - Pushed: almost 2 years ago - Stars: 25 - Forks: 3

griffinjm/FifoThreadMuxer

A method of maintaining FIFO order for related events while using a shared ExecutorService processor

Language: Java - Size: 30.3 KB - Last synced: over 1 year ago - Pushed: almost 6 years ago - Stars: 4 - Forks: 1

sunnypranay/First-in-First-out-page-replacement-algorithm-.

First-in-First-out-page-replacement-algorithm-

Language: C++ - Size: 2.93 KB - Last synced: over 1 year ago - Pushed: about 6 years ago - Stars: 0 - Forks: 0

DidiTuga/Projeto-SO

Projeto final de Sistemas Operativos, ligaçao client - server

Language: C - Size: 1.22 MB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

Mak-3/Page-replacement-FIFO

Visualization of the page replacement algorithm-FIFO using queue operations

Language: CSS - Size: 6.84 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

iPAS/TTGO-T-Beam_Ebyte_Flow_Controller

EByte module flow-controller does the store-and-forward task so that the packet dropping, due to the congestion between microcontroller and Ebyte module, be reduced.

Language: C++ - Size: 10.1 MB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

joulook/Data-Structures-and-Algorithms-Fall-2016

In this repository you can find all of my assignments for Data Structures and Algorithms Course when I was in 3rd semester of my bachelor's at IAUSTB.

Language: Java - Size: 763 KB - Last synced: 6 months ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

solzimer/fileq

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

Language: JavaScript - Size: 85.9 KB - Last synced: 4 days ago - Pushed: over 4 years ago - Stars: 4 - Forks: 0

lorenzosinisi/twitflow

Elixir Twitter streaming with GenStage and Queue.

Language: Elixir - Size: 26.4 KB - Last synced: about 1 month ago - Pushed: over 6 years ago - Stars: 8 - Forks: 0

aws-samples/amazon-mq-fifo-starter-kit

Amazon MQ starter kit created as part of AWS Compute Blog - Implementing FIFO message ordering with Amazon MQ for Apache ActiveMQ

Language: Java - Size: 183 KB - Last synced: about 1 year ago - Pushed: almost 3 years ago - Stars: 3 - Forks: 3

twiny/tinyq

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

Language: Go - Size: 26.4 KB - Last synced: 11 months ago - Pushed: over 2 years ago - Stars: 3 - Forks: 0

lorainemg/scheduler

Implementation of a scheduler with the following algorithms: FIFO, STF, STCF, RR

Language: Python - Size: 4.88 KB - Last synced: over 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

codexponent/serverless-photo-app

🤳👀 Serverless Photo Application

Language: Python - Size: 89.8 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 0

pranavanantharam/FIFO-Memory

FIFO Memory Implementation using Verilog

Language: Verilog - Size: 2.93 KB - Last synced: 5 months ago - Pushed: about 4 years ago - Stars: 1 - Forks: 0

dbj-data/fifo_queue_in_c Fork of Taymindis/lfqueue

Lock-free FIFO queue, standard C API, easy build, cross platform(no extra dependencies needed) , guaranteed thread safety memory management!

Language: C - Size: 585 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

jphber/TutorialesCodigoFuente

Different topics and examples using C++

Language: C++ - Size: 9.77 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 0 - Forks: 2

ramondomiingos/spring_rabbitmq_study

Projeto feito com o objetivo de usar diferentes tipos de configurações que o RabbitMQ pode oferecer, e entender o seu funcionamento.

Language: Java - Size: 84 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

theAgingApprentice/aaStringQueue

Arduino library that provides your project with a FIFO queue for character arrays - char[].

Language: C++ - Size: 445 KB - Last synced: over 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0

ocatias/AMP_FIFO_Q

Implementation and evaluation of "A Scalable, Portable, and Memory-Efficient Lock-Free FIFO Queue"

Language: C++ - Size: 619 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

kalhorghazal/Ambulance-Patients

🚑Ambulance & Patients, Artificial Intelligence course, University of Tehran

Language: Python - Size: 923 KB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

OmarHariry/Disk-Scheduling-Techniques

Disk Scheduling Techniques implemented in linux. Assigned 27/12/2020, Due 4/1/2020

Language: C++ - Size: 121 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

OmarHariry/Paging-and-Replacement

Replacement Policy implemented in linux. Assigned 5/12/2020, Due 12/12/2020

Language: C++ - Size: 220 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

brianrho/LiteFifo

A light-weight FIFO implementation for arbitrarily sized objects

Language: C++ - Size: 4.88 KB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

malbolgee/Sistemas-Operacionais

Códigos feitos na disciplina de Sistemas Operacionais da UFAM.

Language: C - Size: 3.02 MB - Last synced: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

it21208/Artificial-Intelligence---MazeAI

Maze AI

Language: Java - Size: 60.5 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 1 - Forks: 1

02KellyV/monty

Create program in C for the Monty language, read

Language: C - Size: 44.9 KB - Last synced: 12 months ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

GoToLoop/FiFo-Sync-Frame-Pair

https://Discourse.Processing.org/t/read-from-2-videos-at-the-same-time/19937/4

Language: Processing - Size: 5.88 MB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0

PRS-M/StackNQueue_1

Generic Collections, LIFO Stack, FIFO Queue

Language: C# - Size: 22.5 KB - Last synced: over 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

OnofreTZK/VirtualMemory

Repositório para o projeto final da disciplina de arquitetura de computadores: Simulador de memória virtual.

Language: Python - Size: 593 KB - Last synced: about 1 year ago - Pushed: over 4 years ago - Stars: 0 - Forks: 0

mmujic/light-queue

Simple yet Powerful FIFO Queue

Language: JavaScript - Size: 79.1 KB - Last synced: 2 months ago - Pushed: about 5 years ago - Stars: 2 - Forks: 0

mearns/queue-as-promised

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

Language: JavaScript - Size: 17.6 KB - Last synced: 11 days ago - Pushed: almost 6 years ago - Stars: 0 - Forks: 0

codelusion/concurrency-queue

A lightweight, minimalist FIFO queue that holds jobs, releasing only a fixed number for concurrent processing

Language: JavaScript - Size: 10.7 KB - Last synced: over 1 year ago - Pushed: over 7 years ago - Stars: 1 - Forks: 0

josefelipetto/memory-mng-fifo

Fifo memory management algorithm

Language: C - Size: 4.29 MB - Last synced: over 1 year ago - Pushed: almost 7 years ago - Stars: 0 - Forks: 0

shimohq/tomqueue

A FIFO queue with group-level concurrency support

Language: JavaScript - Size: 17.6 KB - Last synced: 8 days ago - Pushed: about 7 years ago - Stars: 6 - Forks: 2