cyotek / Cyotek.Collections.Generic.CircularBuffer

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.
53Updated 2 years 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