cyclic-buffer
Here are 7 public repositories matching this topic...
The generic ring buffer with auto-scaler (elastic buffer).
- Updated
- C#
Lightweight Generic Circular/Ring Buffer Library for Embedded Systems in C
- Updated
- C
A tiny (232 bytes) and fast Circular Buffer implementation
- Updated
- JavaScript
A slim and efficient in-memory queue with a basic API for Node.js projects. The implementation employs Data-Oriented Design using a cyclic buffer, optimizing memory layout through sequential item allocation.
- Updated
- TypeScript
A slim and efficient in-memory Deque (doubly-ended queue) for Node.js projects, designed with Data-Oriented Design principles and implemented using a cyclic buffer to optimize memory layout through sequential item allocation. A notable real-world use case is maintaining the minimum or maximum item in a data stream.
- Updated
- TypeScript
C++ header-only library implementing a Cyclic Buffer and Cyclic Iterator
- Updated
- C++
Improve this page
Add a description, image, and links to the cyclic-buffer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cyclic-buffer topic, visit your repo's landing page and select "manage topics."
