Subject: Re: [boost] Proposal: Vector-like container, which takes O(log(N)) for insert/erase, feedback
From: Jeremy Murphy (jeremy.william.murphy_at_[hidden])
Date: 2014-04-05 19:59:20


On 6 April 2014 00:45, Alexander Kuprijanov <alexkupri_at_[hidden]> wrote:

> Hi, everybody!
> The most important feature of my container is performance. However, other
> features will appear later.
> https://github.com/alexkupri/array/blob/master/description/description.txt
> Today I compared my container with rope. My container outperformed it 10
> times.

Hi Alex,

could you include a build file (I recommend CMake)? My cursory attempt to
compile main.cpp spewed lots of errors. Thanks, cheers.

Jeremy