$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [container] New container: why is everybody silent?
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2014-07-14 16:41:48
El 14/07/2014 20:28, Alexander Kuprijanov escribió:
> Hi boost community!
>
> Please tell me something about my container, don't be silent.
> I firmly intend to offer it to boost, because it's much faster than
> competitors (by a constant factor).
Sorry, I have your previous post on my to-do list but no time to even
read a bit about it.
To make it part of Boost.Container, it should support portable non-raw
pointers, move semantics, C++11 allocators and other features supported
by Boost.Container.
A btree based data structure seems useful. However, in your links, I see
little documentation on how the data structure works, how you mapped an
associative container into a sequence container, the implementation of
insert,erase,operator[]... That would help a lot to receive more feedback.
Best,
Ion