Re: [Boost-bugs] [Boost C++ Libraries] #7908: Complexity of ~stable_vector() not linear to the number of elements

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7908: Complexity of ~stable_vector() not linear to the number of elements
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-19 10:53:56


#7908: Complexity of ~stable_vector() not linear to the number of elements
----------------------------------+-----------------------------------------
  Reporter: Gerhard Holzmeister | Owner: igaztanaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: container
   Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords: stable_vector
----------------------------------+-----------------------------------------

Comment (by Gerhard Holzmeister):

 These are the results on a new installed ubuntu 12.10 x86 running with kvm
 on centos 6.3

 Boost 1.49 installed via apt.

 {{{
 size: 1000 create and fill time/size:1258 delete time/size:10567
 size: 2000 create and fill time/size:1164 delete time/size:20005
 size: 4000 create and fill time/size:1190 delete time/size:38959
 size: 8000 create and fill time/size:1164 delete time/size:77162
 size: 16000 create and fill time/size:1193 delete time/size:131888
 size: 32000 create and fill time/size:766 delete time/size:198136
 size: 64000 create and fill time/size:778 delete time/size:396147

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7908#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:12 UTC