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

https://github.com/justinamiller/ringbuffer

This structure lends itself easily to buffering data streams.
https://github.com/justinamiller/ringbuffer

buffer buffering-data-streams c-sharp circular-buffer netstandard queue ring-buffer ringbuffer

Last synced: 11 months ago
JSON representation

This structure lends itself easily to buffering data streams.

Awesome Lists containing this project

README

          

# RingBufferQueue
A circular buffer, circular queue, cyclic buffer or ring buffer is a data structure that uses a single, fixed-size buffer as if it were connected end-to-end. This structure lends itself easily to buffering data streams.

Supports NET Standard 1.5