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.
- Host: GitHub
- URL: https://github.com/justinamiller/ringbuffer
- Owner: justinamiller
- License: mit
- Created: 2017-05-15T11:34:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-15T11:49:29.000Z (over 8 years ago)
- Last Synced: 2025-01-28T16:34:48.559Z (about 1 year ago)
- Topics: buffer, buffering-data-streams, c-sharp, circular-buffer, netstandard, queue, ring-buffer, ringbuffer
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
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