ringbuffer
There are 79 repositories under ringbuffer topic.
ZLMediaKit/ZLToolKit
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
alphadose/ZenQ
A thread-safe queue faster and more resource efficient than golang's native channels
AndersKaloer/Ring-Buffer
A simple ring buffer (circular buffer) designed for embedded systems.
jnk0le/Ring-Buffer
simple C++11 ring buffer implementation, allocated and evaluated at compile time
GavinClarke0/lockless-generic-ring-buffer
Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than channels with the added type safety of generics compared to ring buffers using interfaces.
PHZ76/xop
轻量级网络库, 基于C++11
NULLx76/ringbuffer
A fixed-size circular buffer written in Rust.
eric-wieser/numpy_ringbuffer
Ring-buffer implementation that thinly wraps a numpy array
MaJerle/stm32h7-dual-core-inter-cpu-async-communication
Inter-CPU asynchronous communication between Cortex-M7 and Cortex-M4 cores on STM32H7 dual core devices
peptos/traffic-shm
traffic-shm (Anna) is a Java based lock free IPC library.
hedzr/go-ringbuf
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
Bambofy/EmbeddedRingBuffer
A ring buffer designed to work with embedded devices, does not use heap allocations.
cherry-embedded/CherryRB
CherryRingBuffer is an efficient and easy-to-use ringbuffer, especially for dma support.
nqtronix/fifofast
A fast, generic fifo for MCUs.
vinitjames/circularbuffer
A lightweight C++ STL style circular buffer.
Crazy-Geeks/RingBuffer
RingBuffer (FIFO) for C (e.g. for STM32)
krkind/circularbuffer
This repository contains a circular buffer or a ring buffer implementation in C code suitable for embedded systems.
magiczny-kacper/RingBuffer
My ring/FIFO buffer implementation, for embedde applications. Tested on STM32L1, STM32F3, STM32F4 and PIC18F platforms.
cyub/ringbuffer
Lock-free ring buffer in Go, support SPSC/SPMC/MPSC/MPMC implementations.
elijahr/ringbuf
A lock-free ring buffer for Python and Cython
FRACerqueira/RingBufferPlus
A generic circular buffer (ring buffer) in C# with Auto-Scaler, Health-Check and Metrics-Report.
vitalyvch/rng_buf
An optimized Ring Buffer implementation based on the POSIX shared memory trick
amirylm/lockfree
Lock free data structures and patterns in Golang
DennisCorvers/Lockless-Queue
A collection of lockless, concurrent queues
alpc62/lock-free-queue
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
gc-garcol/lmax-disruptor-bank
Handle more than 200,000 write-requests per second with Lmax disruptor, Kafka and gRPC
drobilla/zix
A lightweight C library of portability wrappers and data structures
sahmad98/go-ringbuffer
A ringbuffer implementation in golang
TRASAL/psrdada-python
Python bindings to the PSRDada ringbuffer implementation
joba-1/Temp-ULP
ESP32 temperature measurement with ULP
fako1024/slimcap
A high-performance network packet capture library
thisisdevelopment/flashflood
flashflood is a ringbuffer on steroids for golang
mattkretz/lockfree_ring
lock-free queue, implemented as a ring-buffer on the stack
CieNTi/yacup
yacup: Yet Another C Utilities Package
jitwxs/disruptor-study
Disruptor 学习项目,基于 3.4.2 版本
rikvdh/zringbuf
Zero-allocation ring-buffer library