178 results for “topic:circular-buffer”
A collection of lock-free data structures written in standard C++11
Fast ring-buffer deque (double-ended queue)
A simple ring buffer (circular buffer) designed for embedded systems.
simple C++11 ring buffer implementation, allocated and evaluated at compile time
A fixed-size circular buffer written in Rust.
circular buffer, circular queue, cyclic buffer, ring buffer
Swift Collection Data Structures Library
A Lock Free Bipartite Buffer Library written in standard C11
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.
Algorithmic reverb VST using FDN's
A lightweight C++ STL style circular buffer.
An STL-like ring buffer for C++11.
Multitype Ring Buffer (Circular Buffer) Library for STM32
Circular Buffer/ Circular Array
The generic ring buffer with auto-scaler (elastic buffer).
MPEG-TS muxer/demuxer library for Rust
Fast TS/JS implementation of a circular buffer (aka ring queue, cyclic list, etc.) Extremely well tested.
This repository contains a circular buffer or a ring buffer implementation in C code suitable for embedded systems.
An optimized Ring Buffer implementation based on the POSIX shared memory trick
C/C++Non-Blocking Lock-Free/Wait-Free Circular-Queue
MOVED TO GITLAB
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.
An audio plugin that can create fully customizable delay patterns, with adjustable volume, panning, and interval between repeats
A Lock Free Bipartite Buffer Library written in standard C++11
Circular span
Lightweight Generic Circular/Ring Buffer Library for Embedded Systems in C
Fast Code Debug Oscilloscope Library for Arduino