Re: [boost] [container] Vector-like container, which takes, feedback for Jeremy M.
Message: 3 Date: Sun, 6 Apr 2014 09:59:20 +1000 From: Jeremy Murphy
On 6 April 2014 00:45, Alexander Kuprijanov 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.
participants (1)
-
Alexander Kuprijanov