Boost logo

Boost :

From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2020-06-15 16:18:55


On 2020-06-15 19:11, Peter Dimov via Boost wrote:
> Andrey Semashev wrote:
>
>> I see, thanks for the info. I'll see if I can propose ring queues as a
>> separate library then.
>
> I'd prefer containers and not queues though. That is,
> {push,pop}_{front,back} instead of push/pop. "Ring deque".

Containers are less appealing for the ring design because erasing and
inserting at arbitrary position will be inefficient. Though the same is
also true for std::deque and std::vector...


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk