There are 5 repositories under circular-buffer topic.
A simple ring buffer (circular buffer) designed for embedded systems.
simple C++11 ring buffer implementation, allocated and evaluated at compile time
circular buffer, circular queue, cyclic buffer, ring buffer
Swift Collection Data Structures Library
A fixed-size circular buffer written in Rust.
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
A constexpr STL style circular buffer implementation
Lock-free queue implementations for Nim.
A lightweight C++ STL style circular buffer.
Circular Buffer/ Circular Array
MPEG-TS muxer/demuxer library for Rust
This repository contains a circular buffer or a ring buffer implementation in C code suitable for embedded systems.
The generic ring buffer with auto-scaler (elastic buffer).
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.
A low latency threaded logger with multiple producers and 1 consumer through a circular buffer per thread, without locks. Implements the Linux futex and atomics to sleep and wake up when needed.
A ringbuffer implementation in golang
Fast Code Debug Oscilloscope Library for Arduino
A small library that brings a fixed-length list (aka circular buffer) with an event emitter to Typescript and Javascript
CircularDict is a high-performance Python data structure that blends the functionality of dictionaries and circular buffers. Inheriting the usage of traditional dictionaries, it allows you to define constraints on size and memory usage. Ideal for caching large data structures while maintaining control over memory footprint.
Lightweight Generic Circular/Ring Buffer Library for Embedded Systems in C
A Circular Buffer with Cubic and Linear interpolation
A high-performance, event-driven buffer library for Node.js and browsers, with configurable overflow strategies
FIFO queue for generalised items, implemented as a circular buffer
A Python NumPy implementation of ring buffer (aka circular buffer)