fifo
There are 452 repositories under fifo topic.
yourtion/30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
smrchy/rsmq
Redis Simple Message Queue
pConst/basic_verilog
Must-have verilog systemverilog modules
MaJerle/lwrb
Lightweight generic ring buffer manager library
DNedic/lockfree
A collection of lock-free data structures written in standard C++11
bolderflight/invensense-imu
Arduino and CMake library for communicating with the InvenSense MPU-6500, MPU-9250 and MPU-9255 nine-axis IMUs.
lemmy/BlockingQueue
Tutorial "Weeks of debugging can save you hours of TLA+". Each git commit introduces a new concept => check the git history!
Code-Hex/go-generics-cache
A key:value store/cache library written in Go generics. LRU, LFU, FIFO, MRU, Clock support.
dgilland/cacheout
A caching library for Python
enriquebris/goconcurrentqueue
Go concurrent-safe, goroutine-safe, thread-safe queue
jnk0le/Ring-Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
Prry/stm32-uart-dma
STM32串口DMA模式发送&接收实现,高速串口通信(1.5Mbps)不丢数据
fredwu/opq
Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.
dpretet/async_fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
lonelyenvoy/python-memoization
A powerful caching library for Python, with TTL support and multiple algorithm options.
Mictronics/multi-sdr-gps-sim
multi-sdr-gps-sim generates a IQ data stream on-the-fly to simulate a GPS L1 baseband signal using a SDR platform like HackRF or ADLAM-Pluto.
nlohmann/fifo_map
a FIFO-ordered associative container for C++
shaj13/libcache
A Lightweight in-memory key:value cache library for Go.
craflin/LockFreeQueue
A lock-free multi-producer multi-consumer ring buffer FIFO queue.
1a1a11a/libCacheSim
a high performance library for building cache simulators
paulkastel/JobShopPRO
Program for managing orders, planning and scheduling in job shop production system using popular heuristics alghorithms.
hdl-modules/hdl-modules
A collection of reusable, high-quality, peer-reviewed VHDL building blocks.
project-codeflare/multi-cluster-app-dispatcher
Holistic job manager on Kubernetes
SMFSW/Queue
Queue handling library (designed on Arduino)
peptos/traffic-shm
traffic-shm (Anna) is a Java based lock free IPC library.
containerd/fifo
fifo pkg for Go
viega/hatrack
Fast, multi-reader, multi-writer, lockless data structures for parallel programming
DNedic/lfbb
A Lock Free Bipartite Buffer Library written in standard C11
nim-works/loony
A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.
liigo/kfifo
kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.
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.
SMFSW/cQueue
Queue handling library (written in plain c)
make-github-pseudonymous-again/js-data-structures
:herb: Data structures for JavaScript
dadongshangu/async_FIFO
This asynchrounous FIFO deisgn and UVM verificaiton is one case study of me. The design is based on Cliff Cumming's paper and the UVM is coded by me(Xianghzi Meng)
dpretet/cdc
Repository gathering basic modules for CDC purpose