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 16:28:51


#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 anonymous):

 Tested with the newly released 1.53:

 {{{
 size: 1000 create and fill time/size:3322 delete time/size:390
 size: 2000 create and fill time/size:2905 delete time/size:369
 size: 4000 create and fill time/size:2915 delete time/size:375
 size: 8000 create and fill time/size:2864 delete time/size:368
 size: 16000 create and fill time/size:2901 delete time/size:372
 size: 32000 create and fill time/size:2882 delete time/size:367
 size: 64000 create and fill time/size:2905 delete time/size:367
 }}}

 Bug seems to be fixed here.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7908#comment:3>
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