ringbuffer
Here are 90 public repositories matching this topic...
Sort:Most stars
一个基于C++11的轻量级网络框架,基于线程池技术可以实现大并发网络IO
- Updated
Jan 5, 2026 - C++
A thread-safe queue faster and more resource efficient than golang's native channels
- Updated
Mar 12, 2024 - Go
A simple ring buffer (circular buffer) designed for embedded systems.
- Updated
Apr 16, 2025 - C
simple C++11 ring buffer implementation, allocated and evaluated at compile time
- Updated
Apr 22, 2024 - C++
A fast, generic fifo for MCUs.
- Updated
Jul 2, 2022 - C
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.
- Updated
Sep 17, 2023 - Go
A fixed-size circular buffer written in Rust.
- Updated
Jul 11, 2025 - Rust
Inter-CPU asynchronous communication between Cortex-M7 and Cortex-M4 cores on STM32H7 dual core devices
- Updated
Sep 20, 2025 - C
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
- Updated
Feb 15, 2026 - Go
traffic-shm (Anna) is a Java based lock free IPC library.
- Updated
Aug 21, 2020 - Java
CherryRingBuffer is an efficient and easy-to-use ringbuffer, especially for dma support.
- Updated
Feb 20, 2024 - C
A ring buffer designed to work with embedded devices, does not use heap allocations.
- Updated
Jan 17, 2023 - C++
A lightweight C++ STL style circular buffer.
- Updated
Jul 28, 2024 - C++
High-performance in-memory ring buffer
- Updated
Dec 1, 2025 - Go
RingBuffer (FIFO) for C (e.g. for STM32)
- Updated
Mar 12, 2022 - C
The generic ring buffer with auto-scaler (elastic buffer).
- Updated
Nov 14, 2025 - C#
A lock-free ring buffer for Python and Cython
- Updated
Oct 1, 2022 - Python
Lock-free ring buffer in Go, support SPSC/SPMC/MPSC/MPMC implementations.
- Updated
Dec 2, 2022 - Go
Improve this page
Add a description, image, and links to theringbuffer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theringbuffer topic, visit your repo's landing page and select "manage topics."