Boost logo

Boost :

Subject: Re: [boost] [container] Vector-like container, which takes, feedback for Jeremy M.
From: Alexander Kuprijanov (alexkupri_at_[hidden])
Date: 2014-04-07 12:41:26


> Message: 3
> Date: Sun, 6 Apr 2014 09:59:20 +1000
> From: Jeremy Murphy <jeremy.william.murphy_at_[hidden]>
> 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
>
Hi, Jeremy!
Well, I provided makefiles, but I'm not sure if they help.
The line:
g++ -O3 main.cpp
worked well.
If you still have problems, be specific and tell, which project (trunk
or performance), which errors and which system. "trunk" should be
compiled, because I checked it on Linux and Windows; performance is more
platform specific and uses __gnu_cxx::rope.
Best regards,
A.K.


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