LimQ is a queue that can be configured to hold a maximum number of elements.
It's implemented as a wrapper around std's VecDeque
, and offers try_push()
and force_push()
as alternatives to the traditional push()
operation.
Change log
The details of changes can always be found in the timeline, but for a high-level view of changes between released versions there's a manually maintained Change Log.