ringbuffer topic

List ringbuffer repositories

EmbeddedRingBuffer

53
Stars
5
Forks
Watchers

A ring buffer designed to work with embedded devices, does not use heap allocations.

ZLToolKit

1.8k
Stars
569
Forks
Watchers

一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO

Ring-Buffer

357
Stars
60
Forks
Watchers

simple C++11 ring buffer implementation, allocated and evaluated at compile time

ZenQ

637
Stars
17
Forks
Watchers

A thread-safe queue faster and more resource efficient than golang's native channels

lockless-generic-ring-buffer

155
Stars
5
Forks
Watchers

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...

Ring-Buffer

482
Stars
178
Forks
Watchers

A simple ring buffer (circular buffer) designed for embedded systems.

numpy_ringbuffer

80
Stars
15
Forks
Watchers

Ring-buffer implementation that thinly wraps a numpy array

traffic-shm

88
Stars
25
Forks
Watchers

traffic-shm (Anna) is a Java based lock free IPC library.

xop

108
Stars
60
Forks
Watchers

轻量级网络库, 基于C++11

fifofast

33
Stars
8
Forks
Watchers

A fast, generic fifo for MCUs.