$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [review] The review of Boost.DoubleEnded starts today: September 21 - September 30
From: Thorsten Ottosen (tottosen_at_[hidden])
Date: 2017-10-11 11:28:00
Den 11-10-2017 kl. 12:25 skrev degski via Boost:
> On 11 October 2017 at 12:54, Thorsten Ottosen via Boost <
> boost_at_[hidden]> wrote:
>
>> There are some benchmarks done here:
>>
>> http://larshagencpp.github.io/blog/2016/05/22/devector
>
>
> What I take away from that link is that the devector discussed and
> bench-marked in that blog, is conceptually different from the
> boost::de::devector we are discussing in this thread.
How so?
The main concept of a devector is a contiguous container that can grow
efficiently in both directions. Balancing strategies, resize strategies
etc is something we can discuss within that framework (which we have).
-T