circular-queue
circular-queue copied to clipboard
A circular buffer-like queue container.
Results
2
circular-queue issues
Sort by
recently updated
recently updated
newest added
Adding in `reserve_exact` and `truncate` would allow the circular queue to be resized. This behavior was brought up in cjbassi/ytop#96 where `circular-queue` would be a good choice: however, resizing would...
enhancement
Adding a way to remove elements without filling up the buffer to the max is nice.