An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with cyclic-buffer

A curated list of projects in awesome lists tagged with cyclic-buffer .

https://github.com/MaJerle/lwrb

Lightweight generic ring buffer manager library

buffer c cyclic cyclic-buffer fifo generic library manager pipe ring ring-buffer

Last synced: 14 May 2025

https://github.com/majerle/lwrb

Lightweight generic ring buffer manager library

buffer c cyclic cyclic-buffer fifo generic library manager pipe ring ring-buffer

Last synced: 14 May 2025

https://github.com/fracerqueira/ringbufferplus

The generic ring buffer with auto-scaler (elastic buffer).

circular-buffer csharp cyclic-buffer dotnet dotnetcore elastic-buffer rabittmq ring-buffer ringbuffer

Last synced: 11 Apr 2025

https://github.com/ori88c/data-oriented-slim-queue

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.

circular-buffer cyclic-buffer data-oriented-design es2020 fifo fifo-queue first-in-first-out in-memory in-memory-storage js node-js nodejs queue ts typescript

Last synced: 31 Jan 2026

https://github.com/ori88c/data-oriented-slim-deque

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.

circular-buffer cyclic-buffer data-oriented-design data-structure deque dequeue doubly-ended-queue es2020 in-memory javascript js monotonic-stack node-js nodejs sequential stream-processing ts typescript

Last synced: 28 Jan 2026