Projects in Awesome Lists tagged with fifo
A curated list of projects in awesome lists tagged with fifo .
https://github.com/pconst/basic_verilog
Must-have verilog systemverilog modules
altera debounce delay encoder fifo fpga hls pwm spi-interface spi-master synchronizer tcl uart uart-controller uart-protocol uart-receiver uart-tx uart-verilog verilog xilinx
Last synced: 27 Jan 2026
https://github.com/smrchy/rsmq
Redis Simple Message Queue
fifo message-queue nodejs npm queue redis rsmq
Last synced: 24 Oct 2025
https://github.com/pConst/basic_verilog
Must-have verilog systemverilog modules
altera debounce delay encoder fifo fpga hls pwm spi-interface spi-master synchronizer tcl uart uart-controller uart-protocol uart-receiver uart-tx uart-verilog verilog xilinx
Last synced: 14 Mar 2025
https://github.com/MaJerle/lwrb
Lightweight generic ring buffer manager library
buffer c cyclic cyclic-buffer fifo generic library manager pipe ring ring-buffer
Last synced: 14 May 2025
https://github.com/majerle/lwrb
Lightweight generic ring buffer manager library
buffer c cyclic cyclic-buffer fifo generic library manager pipe ring ring-buffer
Last synced: 14 May 2025
https://github.com/DNedic/lockfree
A collection of lock-free data structures written in standard C++11
bipartite buffer circular-buffer circular-queue cmake concurrency cpp cpp11 dma embedded embedded-systems fifo inter-process-communication library lock-free lock-free-queue queue ring-buffer
Last synced: 21 Apr 2025
https://github.com/dnedic/lockfree
A collection of lock-free data structures written in standard C++11
bipartite buffer circular-buffer circular-queue cmake concurrency cpp cpp11 dma embedded embedded-systems fifo inter-process-communication library lock-free lock-free-queue queue ring-buffer
Last synced: 24 Feb 2026
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/vatsi2/bitcoin-investor-software
Bitcoin whales slash taxes 47%, lock millions offline, and trade undetected. Royen: 2025’s elite crypto fortress. Become untouchable.
bitcoin bitcoin-halving bitcoin-secure bitcoin-tax-application cold-storage crypto-tax fifo hodlers irs lifo liquidity-management multisig-wallets otc-exchange regulatory-reporting self-custody tax-calculation whale-tracker zero-trust
Last synced: 02 Apr 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/vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
c-plus-plus cache cpp cpp11 fifo fifo-cache header-only lfu lfu-cache lru lru-cache
Last synced: 14 Feb 2026
https://github.com/fredwu/opq
Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.
back-pressure demand-control elixir fifo gen-stage genstage in-memory opq pool pooling queue rate-limit worker-pool
Last synced: 12 Apr 2025
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/lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
algorithm cache cache-python decorator extendable extensible fifo fifo-cache functional-programming lfu lfu-cache lru lru-cache memoization memoization-library memoize-decorator python-memoization ttl ttl-cache ttl-support
Last synced: 21 Oct 2025
https://github.com/nlohmann/fifo_map
a FIFO-ordered associative container for C++
associative-map container fifo ordered stl
Last synced: 09 Apr 2025
https://github.com/paulkastel/jobshoppro
Program for managing orders, planning and scheduling in job shop production system using popular heuristics alghorithms.
fifo first-in-first-out gantt-chart heuristics job-scheduler job-shop job-shop-scheduling-problem job-shop-schedulling lifo lpt matplotlib optimization planning production-scheduling production-system scheduling shortest-processing-time spt tkinter
Last synced: 15 Oct 2025
https://github.com/project-codeflare/multi-cluster-app-dispatcher
Holistic job manager on Kubernetes
fifo multi-cluster priority queueing quota-management resource-abstraction
Last synced: 05 Apr 2025
https://github.com/smfsw/queue
Queue handling library (designed on Arduino)
arduino-library fifo lifo queue
Last synced: 12 Sep 2025
https://github.com/DNedic/lfbb
A Lock Free Bipartite Buffer Library written in standard C11
buffer c c11 circular-buffer cmake dma embedded embedded-systems fifo library lock-free ring-buffer
Last synced: 14 May 2025
https://github.com/dnedic/lfbb
A Lock Free Bipartite Buffer Library written in standard C11
buffer c c11 circular-buffer cmake dma embedded embedded-systems fifo library lock-free ring-buffer
Last synced: 25 Feb 2026
https://github.com/wollewald/mpu9250_we
An Arduino library for the 9-axis accelerometer, gyroscope and magnetometer MPU9250 and MPU6500. It contains many example sketches make it easy to use.
accelerometer arduino arduino-library easy-to-use fifo gyroscope i2c magnetometer mpu6500 mpu9250 spi
Last synced: 07 Apr 2025
https://github.com/liigo/kfifo
kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.
Last synced: 12 Apr 2025
https://github.com/nim-works/loony
A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.
concurrency fifo lock-free mpmc nim nim-lang nimskull parallelism queue
Last synced: 09 Apr 2025
https://github.com/smfsw/cqueue
Queue handling library (written in plain c)
Last synced: 22 Jun 2025
https://github.com/make-github-pseudonymous-again/js-data-structures
:herb: Data structures for JavaScript
agpl binary-search-trees bloom-filters computer-science data-structure data-structures dict disjoint-sets fifo functional graphs hash-tables heaps immutable javascript lifo networks persitent pubsub search-trees
Last synced: 16 Mar 2025
https://github.com/twin/gocache
High performance and lightweight in-memory cache library with LRU and FIFO support as well as memory-usage-based-eviction
cache caching expiration expire fifo fifo-cache go go-cache golang in-memory inmemory inmemory-cache key-value kvstore lru lru-cache memory-usage memory-usage-based-eviction ttl
Last synced: 15 Dec 2025
https://github.com/nqtronix/fifofast
A fast, generic fifo for MCUs.
arm avr c compile-time fifo generic mit-license optimized ring-buffer ringbuffer
Last synced: 14 May 2025
https://github.com/igr/jrsmq
A lightweight message queue for Java that requires no dedicated queue server. Just a Redis server.
fifo java message-queue queue redis rsmq
Last synced: 21 Jun 2025
https://github.com/jchristn/caching
Simple FIFO and LRU cache in C#
cache caching fifo fifo-cache lru lru-cache nuget
Last synced: 16 Jul 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/kisvegabor/misc
Embedded software modules: dynamic memory with defrag, Linked list, RAMFS, GFX, Primitive scheduler, FIFO etc.
Last synced: 06 Apr 2026
https://github.com/slince/process
:whale2: The process wrapper and manager based on PCNTL on the Unix-like systems using php
child-process fifo fork pcntl pipe posix process semaphore shared-memory system-v
Last synced: 23 Apr 2025
https://github.com/video-audio/va-ts
MPEG-TS muxer/demuxer library for Rust
circular-buffer demuxer dvb fifo mpeg-ts multicast muxer ts udp
Last synced: 28 Jul 2025
https://github.com/tower120/rc_event_queue
VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.
concurrent event-queue fifo lock-free message-queue queue
Last synced: 06 Apr 2026
https://github.com/tigeryant/order-matching-engine
Price/time priority order matching engine
fifo order-matching order-matching-system price-time-priority
Last synced: 24 Apr 2025
https://github.com/kurtextrem/js-sieve
SIEVE in JS, a modern efficient cache algorithm that is simpler than LRU
cache fifo lru sieve sieve-cache
Last synced: 10 Apr 2025
https://github.com/klaudiosinani/kiu
FIFO Queues for ES6
data es6 fifo queue structure typescript
Last synced: 24 Apr 2025
https://github.com/lemonrock/file-descriptors
File Descriptors Rust crate
epoll eventfd fanotify fifo inotify pipe rust rust-crate serial-ports signalfd socket unix-domain-socket
Last synced: 29 Jul 2025
https://github.com/neilotoole/fifomu
Mutex with FIFO lock acquisition
acquisition fifo go golang lock locking mutex queue sync
Last synced: 10 Apr 2025
https://github.com/czasg/go-queue
A thread-safe collections for memory/disk queues (FIFO), stacks (LIFO) and priority by Go.
disk-queue fifo go golang lifo priority queue
Last synced: 28 Jan 2026
https://github.com/ioannisioannou16/transactional-outbox
An example of the transactional outbox pattern using Java, SQL, SNS and SQS.
aws domain-events fifo java microservices outbox outbox-pattern sns spring-boot sql sqs transactional-outbox transactional-outbox-pattern
Last synced: 15 Apr 2025
https://github.com/pirogoeth/unix-named-pipe
Ease creation of named pipes on Unix platform
fifo named-pipes rust rust-library unix unix-pipes
Last synced: 23 Mar 2025
https://github.com/kldzj/named-pipes
Create and write to or read from named pipes. Works on both Windows and Unix.
fifo ipc named-pipes nodejs socket
Last synced: 05 May 2025
https://github.com/izyasoft/easyhdllib
A coocbook of HDL (primarily Verilog) modules
altera clock-divider fifo fpga frequencies frequency-analysis hdl verilog verilog-components verilog-hdl verilog-library verilog-snippets xilinx-fpga
Last synced: 19 Jan 2026
https://github.com/bitphage/bitshares-tradehistory-analyzer
Scripts for exporting bitshares trading history and analyze it
analyze bitshares elasticsearch export fifo history lifo lpfo trading
Last synced: 18 Jan 2026
https://github.com/akashcs50/breadth-first-path-finding-algorithm
Implementing FIFO based Breadth First path finding algorithm
algorithm breadth-first-search fifo maze pygame python3 tkinter
Last synced: 21 Sep 2025
https://github.com/rootslab/train
Train, a fast (FIFO) queue with rollback mechanism.
Last synced: 15 Mar 2025
https://github.com/strikeentco/icache
:ledger: A simple queue cache
cache fifo javascript nodejs queue
Last synced: 23 Jan 2026
https://github.com/matthewspangler/orginvest
Portfolio accounting and analysis using Emacs Org-mode and Jupyter Notebooks.
accounting elisp emacs fifo investing ipython ipython-notebook jupyter-notebook literate-programming org-babel org-mode pandas python spreadsheets stock-market stocks
Last synced: 01 Mar 2025
https://github.com/geiserx/declarenta
Convierte informes de brokers extranjeros en declaraciones fiscales españolas: Modelo 100 (Renta), Modelo 720, Modelo 721 (cripto) y D-6. 100% gratuito, privado y self-hosted.
aeat browser capital-gains degiro dividends fifo hacienda ibkr interactive-brokers irpf modelo-100 modelo-720 open-source privacy renta self-hosted spain tax trade-republic typescript
Last synced: 28 Apr 2026
https://github.com/cdfer/ring-buffer-demo-esp32-arduino
A demo project showcasing the use of FreeRTOS ring buffers on the ESP32 platform with Arduino. This project demonstrates how to create, send, and receive data using ring buffers, providing a basic example for embedded systems development.
arduino circular-buffer data-structure efficient-data-transfer esp32 fifo freertos real-time-systems ring-buffer streaming-data
Last synced: 15 Apr 2025
https://github.com/secnot/orderedmap
OrderedMap is a Go implentation of a map that preserves the order of insertion, so key/value pais can be iterated in the order they where added
fifo go golang lifo ordereddict orderedmap pop
Last synced: 17 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/thelazytomcat/lib.sequentialvectors
Provides base class (TSequentialVector) that can be used to implement both FIFO (queue) and LIFO (stack) vectors with items/entries of specific type.
delphi fifo fpc lazarus lifo object-pascal pascal queue stack
Last synced: 07 Jan 2026
https://github.com/wildhoney/orderlyqueue
Implementation of a promise-based FIFO queuing system using ES2017 async generators.
async asynchronous await consecutive consecutively fifo observable promise promises queue task yield
Last synced: 15 Apr 2025
https://github.com/matthewcallis/fifo
First In First Out accounting for JavaScript localStorage.
Last synced: 22 Apr 2025
https://github.com/oliviacarlisle/dslib-core
JavaScript's missing data structures library.
data-structures dequeue enqueue fifo javascript queue typescript
Last synced: 10 Feb 2026
https://github.com/thatguyhughesy/cachify
Turn your Spotify playlist into a cache
cache cachify es6 fifo lru node nodejs playlist react reactjs redux spotify spotify-api spotify-playlist
Last synced: 28 Apr 2026
https://github.com/samankhamesian/hardware-modeling-using-vhdl
This repository will hold source codes for some simple projects based on VHDL language
fifo lifo queue shift-register stack vhdl vhdl-examples
Last synced: 29 Jan 2026
https://github.com/pericles001/monty
Project in C language that make us work on stack and queues
Last synced: 13 Apr 2025
https://github.com/oresoftware/linked-queue
Linked-list / linked-queue for constant time operations on a FIFO queue.
doubly-linked-list fifo javascript linked-list linked-queue nodejs queue
Last synced: 08 Mar 2026
https://github.com/maxakuru/btkb
Bluetooth keyboard emulator service and FIFO client for sending keystrokes
bluetooth bluetooth-controller emulator fifo fifo-client firestick hid ir-codes python
Last synced: 20 May 2026
https://github.com/larshei/lovelybuffer
A FIFO and ring buffer implementation in C with custom data type and multiple buffers for e.g. double buffering or buffering multiple interfaces on embedded devices.
c fifo library multiple-buffers ring-buffer
Last synced: 25 Oct 2025
https://github.com/mrnazu/monty
C, Stacks, Queues - LIFO, FIFO
c c-programming dsa-algorithm fifo lifo queues stacks
Last synced: 24 Jul 2025
https://github.com/jrquick17/java-page-replacement-strategies
Java simulators for testing various page replacement schemes. Which one is the best?
fifo java lru lrua page-replacement-simulator
Last synced: 14 Jul 2025
https://github.com/afteruniversity/javascript-structure
Estrutura de Dados com JavaScript. Arrays, Objetos, Pilhas, Filas, lestas Encadeadas e Bubble Sort.
array bubble-sort fifo for-loop javascript lifo map object
Last synced: 12 Oct 2025
https://github.com/malekmfs/cspe40824
M/M/1/K Queue Simulation and Analysis Modeling assignments for "Computer System Performance Evaluation" course.
assignments-of-the-course discriminatory-procesor-sharing fifo performance-evaluation processor-sharing queue-simulation round-robin simulation
Last synced: 27 Mar 2025
https://github.com/stdlib-js/utils-fifo
First-in-first-out (FIFO) queue.
collection data data-structure data-structures fifo first-in first-out javascript node node-js nodejs queue stdlib structure util utilities utility utils
Last synced: 16 Apr 2026
https://github.com/max9159/keyvaluestore
The KeyValueStore is a key-value in-memory store service with cache mechanism written in NodeJS programming language.
cache cache-service fifo lock nodejs
Last synced: 18 May 2026
https://github.com/make-github-pseudonymous-again/js-fifo
:blossom: First In, First Out data structures for JavaScript
agpl computer-science data-structures fifo javascript ordered-collections queues
Last synced: 06 Jun 2026
https://github.com/leventkaragol/libcpp-channel
Thread-safe generic message channel library for C++ (17+)
channels concurrency data-exchange data-pipeline decoupling fifo header-only inter-thread inter-thread-communication message-channel message-queue producer-consumer queues task-queue thread-safe
Last synced: 27 Apr 2026
https://github.com/mtingers/dflockd
A lightweight distributed lock server with FIFO ordering, automatic lease expiry, semaphores, and pub/sub signals. Single Go binary, zero dependencies.
distributed-systems fifo locking
Last synced: 28 Apr 2026
https://github.com/powerpuffpenguin/gcache
golang cache interface and some algorithm implementation
2q-cache cache fifo fifo-cache golang lfu lfu-cache lru lru-cache lru-k lru-k-cache lruk lruk-cache
Last synced: 07 Jul 2025
https://github.com/csalih/operating-systems
Homework repo for the lecture operating systems lab
allocator atomic bestfit c condition-variables fifo firstfit free-list message-queue mutex mutex-lock pipes pthread semaphores shared-memory signal-processing spin-lock syncronization
Last synced: 12 Mar 2025
https://github.com/mehrajlatifli/datastructuresandalgorithmsincsharp
Examples of Data Structures and Algorithms in C Sharp
abstract-data-types algorithms-and-data-structures array data-structures-and-algorithms fifo graph lifo searching-algorithms sorting-algorithms
Last synced: 29 May 2026