Boost logo

Boost :

From: Hans Dembinski (hans.dembinski_at_[hidden])
Date: 2021-01-18 08:32:30


> On 18. Jan 2021, at 02:44, Mehrdad Niknami <mniknami_at_[hidden]> wrote:
>
> Would you know if he's had a chance to take a look at this?
>
> Thanks,
> Mehrdad
>
> On Wed, Jan 6, 2021 at 2:47 AM Hans Dembinski <hans.dembinski_at_[hidden]> wrote:
>
> > On 5. Jan 2021, at 23:25, Mehrdad Niknami via Boost <boost_at_[hidden]> wrote:
> >
> > Edit: Actually it just occurred to me there might be a solution for the
> > first issue: an additional "start offset" parameter that gets adjusted by
> > push_front could potentially avoid the performance hit to iterator
> > subtraction. I'm a bit tempted to try to implement it and see if it breaks
> > any assumptions I have, but it might work.
> >
> > That said though, it still wouldn't substitute for deque, given that the
> > space complexity difference implies some deque users would now need to
> > worry about manually calling reserve & shrink_to_fit (and then deal with
> > having elements get moved), which deque doesn't have any notion of.
>
> Ok, it sounds like it is sufficiently dissimilar from deque to be its own thing. It sounds like a useful addition to boost::container, would be great to hear what Ion Gaztanaga thinks.
>
> Best regards,
> Hans

Please do not top post. We have a no top-post policy for the mailing list.

I cannot help you with that. If he does not answer here, you could try to submit an issue to https://github.com/boostorg/container. Ion commits frequently to the repo, so I hope he sees that.

Best regards,
Hans


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