circularbuffer icon indicating copy to clipboard operation
circularbuffer copied to clipboard

A lightweight C++ STL style circular buffer.

Results 2 circularbuffer issues
Sort by recently updated
recently updated
newest added

Another improvement is multiple pop_front as a single atomic operation for circular buffer

Adding pop_back() functional