cyotek / Cyotek.Collections.Generic.CircularBufferView on GitHub
The CircularBuffer<T> class is a data structure that uses a single, fixed-size buffer that behaves as if it were connected end-to-end. You can use it as a first-in, first-out collection of objects using a fixed buffer and automatic overwrite support.
56Aug 30, 2025Updated 6 months ago

Alternatives and similar repositories for Cyotek.Collections.Generic.CircularBuffer

Users that are interested in Cyotek.Collections.Generic.CircularBuffer are comparing it to the libraries listed below

Sorting:

Are these results useful?