28 Sep
2017
28 Sep
'17
10:52 a.m.
Den 28-09-2017 kl. 10:49 skrev degski via Boost:
On 28 September 2017 at 11:16, Thorsten Ottosen via Boost < boost@lists.boost.org> wrote:
Also note that the most general thing would be to allow both
de::batch_deque
> and
de::batch_deque
> One can do better and have:
de::segment_policy
The policy expressed is: "the greater of bytes and count * sizeof ( value_type )".
So boost:container::deque would, as implemented now, have:
de::segment_policy<512>;
VS's would be:
de::segment_policy<16>;
How is that better? Then I have to look up the documentation to understand how big the segment is... kind regards -Thorsten