Skip to content
#

cyclic-buffer

Here are 10 public repositories matching this topic...

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 Nov 19, 2024
  • TypeScript

High-performance, specialized container types for .NET with optimized implementations like RingBuffer for efficient fixed-size circular buffer operations.

  • Updated May 22, 2026
  • 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.

Curate this topic

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."

Learn more