GitHub topics: fifo-queue
fb55/SimpleQueue
A simple FIFO queue
Language: TypeScript - Size: 1.32 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 9 - Forks: 4

gruelbox/transaction-outbox
Reliable eventual consistency for Microservices
Language: Java - Size: 1.86 MB - Last synced at: 3 days ago - Pushed at: 9 days ago - Stars: 257 - Forks: 44

dpretet/async_fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
Language: Verilog - Size: 1.01 MB - Last synced at: 19 days ago - Pushed at: about 1 year ago - Stars: 325 - Forks: 83

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: 396 KB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

kleinron/lite-fifo
Lightweight and efficient implementations of FIFO/Queue, written in pure javascript
Language: JavaScript - Size: 137 KB - Last synced at: 27 days ago - Pushed at: 9 months ago - Stars: 27 - Forks: 1

celersms/BashThreadPool
A "Thread pool"-like implementation in Bash, using a FIFO file, without any external tools.
Language: Shell - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 5 - Forks: 1

insight-platform/RocksQ
RocksDB-based queue with python bindings
Language: Rust - Size: 97.7 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 23 - Forks: 1

jczic/XAsyncSockets
XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.
Language: Python - Size: 295 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 42 - Forks: 4

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.3 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 491 - Forks: 22

Kinetics20/Python_async_sessions
A repository dedicated to exploring asynchronous programming in Python. It contains experiments, code examples, and learning sessions focused on async/await and concurrent programming techniques.
Language: Python - Size: 36.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

testillano/queuedispatcher
C++ library implementing a fifo concurrent queue dispatcher
Language: C++ - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

lorainemg/scheduler
Implementation of a scheduler with the following algorithms: FIFO, STF, STCF, RR
Language: Python - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

nihiyama/ffq
File-based FIFO Queue
Language: Go - Size: 138 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jpcima/ring-buffer
Ring buffer library for C++17
Language: C++ - Size: 23.4 KB - Last synced at: 4 days ago - Pushed at: almost 3 years ago - Stars: 39 - Forks: 5

t1m013y/RingBuf-c
A ring buffer (FIFO) library for C and C++
Language: C - Size: 39.1 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

spkkrnn/Queue-Simulator
A single queue simulator that calculates the average age of information.
Language: C - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

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.
Language: TypeScript - Size: 162 KB - Last synced at: about 18 hours ago - Pushed at: 6 months ago - Stars: 0 - 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 at: about 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

twiny/tinyq
an implementation of a persistent FIFO queue. with ability to pause/start dequeue.
Language: Go - Size: 26.4 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

samiyaalizaidi/FIFO-In-Verilog
Implementation of a FIFO structure for Digital Systems | Written in Verilog HDL
Language: Verilog - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

ramilalgayev/FIFOQAI
FIFO Queue, array implementation that has wrap-around logic implemented.
Language: C - Size: 23.4 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

solesen1992/Processes-Threads-Concurrency-exercise-practice
Practice exercises from my education in Computer Science (second semester in Technology).
Language: Java - Size: 79.1 KB - Last synced at: 2 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

dilmith456/Data-Structures
This Git repository hosts implementations of essential data structures and algorithms across multiple programming languages. It's designed to help you grasp fundamental concepts in computer science, such as sorting methods, graph traversal strategies, dynamic programming, and others.
Language: Java - Size: 34.2 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

meowmeowahr/command_queue
FIFO Queue for Functions
Language: Python - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: 9 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 at: about 2 months ago - Pushed at: 9 months ago - Stars: 1 - 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 at: 16 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 4

enriquebris/goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
Language: Go - Size: 147 KB - Last synced at: 9 months ago - Pushed at: almost 2 years ago - Stars: 380 - Forks: 33

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 at: about 8 hours ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

valinurovam/fifodb
Thread-safe FIFO-queue backend by a filesystem and acknowledgement opportunity.
Language: Go - Size: 16.6 KB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

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 at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

MJBina/BT_Demo
A Simple Serial Communications Interface: PIC18 Micro to PC
Language: C - Size: 165 KB - Last synced at: 11 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

donutloop/toolkit
Collection of useful patterns
Language: Go - Size: 158 KB - Last synced at: 11 months ago - Pushed at: about 4 years ago - Stars: 159 - Forks: 9

Prawy126/Kolejka-FIFO
Projekt na Programowanie obiektowe wykonany w języku JAVA
Language: Java - Size: 36.1 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

kmlyteixeira/message-queue
:star2: A simple project to learn more about message queues
Language: C# - Size: 26.4 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - 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 at: 11 months ago - Pushed at: about 2 years ago - Stars: 45 - Forks: 5

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 at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

NatsuDrag9/ethernet-switch
Design of 4-port gigabit ethernet switch
Language: VHDL - Size: 4.34 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

z1skgr/reconf-Computing__HLS
High Level synthesis of data transfer in Vivado, Vivado HLS
Language: C++ - Size: 53.2 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years 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 at: 1 day ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

faizakram/springboot-with-aws-sqs
Aws-SQS Fifo
Language: Java - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

zzw922cn/TensorFlow-Input-Pipeline
TensorFlow Input Pipeline Examples based on multi-thread and FIFOQueue
Language: Python - Size: 61.5 KB - Last synced at: 15 days ago - Pushed at: almost 8 years ago - Stars: 52 - Forks: 16

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 at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

devtonin/tdd-poc
A Java FIFO app for raw TDD studies.
Language: Java - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

samuelselasi/monty
0x19. C - Stacks, Queues - LIFO, FIFO
Language: C - Size: 805 KB - Last synced at: 19 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 2

LukaszKrolicki/Array-FIFO-and-Pointer-FIFO
Array implementation of FIFO and pointer implementation
Language: C++ - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: over 2 years 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 at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

3p3r/node-named-pipe
Linux named pipes in NodeJS (mkfifo)
Language: JavaScript - Size: 14.6 KB - Last synced at: 22 days ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 5

Kaoutherbo/monty
Stacks, Queues - LIFO, FIFO project
Language: C - Size: 44.9 KB - Last synced at: 27 days ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 1 year ago - Stars: 76 - Forks: 6

andregoncalves02/SO
Comunication between a server and many clients
Language: C - Size: 231 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DrTaxi98/queue
University C++ project that implements a template FIFO queue and tests it.
Language: C++ - Size: 361 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

pzingg/dirq-r
A port of the Perl module Directory::Queue::Simple for the R language
Language: R - Size: 9.77 KB - Last synced at: about 8 hours ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

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.
Language: Java - Size: 2.93 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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 at: over 1 year ago - Pushed at: over 1 year 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 at: over 1 year ago - Pushed at: over 5 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 at: over 1 year ago - Pushed at: over 5 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 at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

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 at: 11 months ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

JaviAlonsoH/SSII-PythonProgramCPU
Process priority enqueueing visualization with FIFO algorithm (Commits in spanish)
Language: Python - Size: 114 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

anthony-ndegwa-dev/monty
Algorithm and data structure
Language: C - Size: 36.1 KB - Last synced at: over 1 year ago - Pushed at: over 2 years 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 at: almost 2 years ago - Pushed at: over 2 years 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 at: almost 2 years ago - Pushed at: over 2 years 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 at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Sphinkie/ArrayQueue
Arduino library for FIFO Queue
Language: C++ - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: over 5 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 at: almost 2 years ago - Pushed at: about 4 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 at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 5

malbolgee/Sistemas-Operacionais
Códigos feitos na disciplina de Sistemas Operacionais da UFAM.
Language: C - Size: 3.02 MB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

mingdonghu/ring_fifo_module
通用化的环形队列模块C接口实现
Language: C - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 2 years 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 at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

sanjuruk/bytequeue-C
A synchronous byte queue with supporting overwrite blocking(blocked write) implemented with easy to read and implement C code
Language: C - Size: 7.81 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

aniketnk/circular-queue-verilog
Implementation of a circular queue in hardware using verilog.
Language: Verilog - Size: 144 KB - Last synced at: almost 2 years ago - Pushed at: about 6 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 at: about 2 years ago - Pushed at: over 3 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 at: about 2 years ago - Pushed at: over 3 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 at: about 2 years ago - Pushed at: almost 5 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 at: about 2 years ago - Pushed at: over 3 years 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 at: 2 months ago - Pushed at: over 2 years 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 at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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 at: about 2 years ago - Pushed at: almost 7 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 at: about 2 years ago - Pushed at: about 7 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 at: about 2 years ago - Pushed at: almost 3 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 at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vls-00/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 at: 3 months ago - Pushed at: almost 3 years 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 at: about 2 years ago - Pushed at: over 2 years 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 at: over 1 year ago - Pushed at: almost 3 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 at: 6 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

lorenzosinisi/twitflow
Elixir Twitter streaming with GenStage and Queue.
Language: Elixir - Size: 26.4 KB - Last synced at: 21 days ago - Pushed at: over 7 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 at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 3

codexponent/serverless-photo-app
🤳👀 Serverless Photo Application
Language: Python - Size: 89.8 KB - Last synced at: 6 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

pranavanantharam/FIFO-Memory
FIFO Memory Implementation using Verilog
Language: Verilog - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: almost 5 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 at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Jimoh1993/ProjectCPP
Scheduling Algorithm Project Work with C++
Language: C++ - Size: 1.95 KB - Last synced at: 8 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

jphber/TutorialesCodigoFuente
Different topics and examples using C++
Language: C++ - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: over 3 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 at: about 2 years ago - Pushed at: over 3 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 at: about 2 years ago - Pushed at: about 4 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 at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

kalhorghazal/Ambulance-Patients
🚑Ambulance & Patients, Artificial Intelligence course, University of Tehran
Language: Python - Size: 923 KB - Last synced at: about 2 years ago - Pushed at: over 4 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 at: about 2 years ago - Pushed at: over 4 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 at: about 2 years ago - Pushed at: over 4 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 at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1
