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
A fixed-size circular buffer written in Rust.
Swift Collection Data Structures Library
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
The generic ring buffer with auto-scaler (elastic buffer).
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.
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
An audio plugin that can create fully customizable delay patterns, with adjustable volume, panning, and interval between repeats
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
Lightweight Generic Circular/Ring Buffer Library for Embedded Systems in C
A Circular Buffer with Cubic and Linear interpolation
Fast Code Debug Oscilloscope Library for Arduino
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.
A small library that brings a fixed-length list (aka circular buffer) with an event emitter to Typescript and Javascript
A high-performance, event-driven buffer library for Node.js and browsers, with configurable overflow strategies
JavaScript Queue optimised for V8