circular-buffer
There are 167 repositories under circular-buffer topic.
DNedic/lockfree
A collection of lock-free data structures written in standard C++11
gammazero/deque
Fast ring-buffer deque (double-ended queue)
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
Roen-Ro/CircularBuffer
circular buffer, circular queue, cyclic buffer, ring buffer
NULLx76/ringbuffer
A fixed-size circular buffer written in Rust.
mauriciosantos/Buckets-Swift
Swift Collection Data Structures Library
hedzr/go-ringbuf
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
DNedic/lfbb
A Lock Free Bipartite Buffer Library written in standard C11
JustasMasiulis/circular_buffer
A constexpr STL style circular buffer implementation
elijahr/lockfreequeues
Lock-free queue implementations for Nim.
Squishy47/OpenVerb
Algorithmic reverb VST using FDN's
vinitjames/circularbuffer
A lightweight C++ STL style circular buffer.
tonton81/Circular_Buffer
Circular Buffer/ Circular Array
barometz/ringbuf
An STL-like ring buffer for C++11.
FRACerqueira/RingBufferPlus
The generic ring buffer with auto-scaler (elastic buffer).
video-audio/va-ts
MPEG-TS muxer/demuxer library for Rust
nimaltd/rbuf
Multitype Ring Buffer (Circular Buffer) Library for STM32
krkind/circularbuffer
This repository contains a circular buffer or a ring buffer implementation in C code suitable for embedded systems.
alpc62/lock-free-queue
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
vitalyvch/rng_buf
An optimized Ring Buffer implementation based on the POSIX shared memory trick
philbooth/hoopy
MOVED TO GITLAB
DNedic/lfbb_cpp
A Lock Free Bipartite Buffer Library written in standard C++11
Enes1313/DataStructures
Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.
Matth-ewe-f/audio-plugin-delay-intervals
An audio plugin that can create fully customizable delay patterns, with adjustable volume, panning, and interval between repeats
breese/trial.circular
Circular span
ledav-net/logger-thread
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.
sahmad98/go-ringbuffer
A ringbuffer implementation in golang
serbayozkan/GenericCircularBuffer_C
Lightweight Generic Circular/Ring Buffer Library for Embedded Systems in C
Squishy47/Circular-Buffer
A Circular Buffer with Cubic and Linear interpolation
avdwebLibraries/avdweb_CodeDebugScope
Fast Code Debug Oscilloscope Library for Arduino
aigoncharov/fixed-size-list
A small library that brings a fixed-length list (aka circular buffer) with an event emitter to Typescript and Javascript
Eric-Canas/CircularDict
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.
HowProgrammingWorks/Queue
JavaScript Queue optimised for V8
faizanu94/buflux
A high-performance, event-driven buffer library for Node.js and browsers, with configurable overflow strategies