9 Sep
2019
9 Sep
'19
1:16 a.m.
I am working on a circular queue library that contains a non-owning circular span, a fixed-sized circular array, and a dynamically resizable circular vector.
Would you be interested in adding such a library to Boost?
The design is inspired by Boost.CircularBuffer, std::span, and P0059R4 std::experimental::ring_span.
I am interested. If you decide to go forward with a formal review, consider this my endorsement.
As a big user of circular buffer, I'm always interested in seeing improvements and new ideas on the same concept. So same here for the endorsement...