fifo
There are 490 repositories under fifo topic.
yourtion/30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
pConst/basic_verilog
Must-have verilog systemverilog modules
smrchy/rsmq
Redis Simple Message Queue
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
dpretet/async_fifo
A dual clock asynchronous FIFO written in verilog, tested with Icarus Verilog
vpetrigo/caches
C++ cache with LRU/LFU/FIFO policies implementation
Prry/stm32-uart-dma
STM32串口DMA模式发送&接收实现,高速串口通信(1.5Mbps)不丢数据
vatsi2/Bitcoin-Investor-Software
Multi-sig Bitcoin vault. Institutional cold storage. Self-custody Bitcoin solution. HIFO LIFO crypto calculator. Bitcoin tax optimization software. Crypto tax lot selection. Dark pool liquidity access. Zero-slippage execution. Large-scale Bitcoin liquidation. Bitcoin HODL strategy tool. Stock-to-Flow analytics. Hedge fund Bitcoin vault. Bitcoin.
fredwu/opq
Elixir queue! A simple, in-memory queue with worker pooling and rate limiting in Elixir.
1a1a11a/libCacheSim
a high performance library for building cache simulators
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.
hdl-modules/hdl-modules
A collection of reusable, high-quality, peer-reviewed VHDL building blocks.
craflin/LockFreeQueue
Lock-free multi-producer multi-consumer ring buffer FIFO queue.
paulkastel/JobShopPRO
Program for managing orders, planning and scheduling in job shop production system using popular heuristics alghorithms.
project-codeflare/multi-cluster-app-dispatcher
Holistic job manager on Kubernetes
SMFSW/Queue
Queue handling library (designed on Arduino)
DNedic/lfbb
A Lock Free Bipartite Buffer Library written in standard C11
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
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.
MultiArrayQueue/MultiArrayQueue
Multi-Array Queue program codes
liigo/kfifo
kfifo, a generic userspace FIFO implementation, port from Linux kernel 5.x. Note: requires GCC.
nim-works/loony
A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.
SMFSW/cQueue
Queue handling library (written in plain c)
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)