Re: [Boost-bugs] [Boost C++ Libraries] #7494: boost::replace_all is very slow on debug build when Format size is big

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7494: boost::replace_all is very slow on debug build when Format size is big
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-10-11 09:34:59


#7494: boost::replace_all is very slow on debug build when Format size is big
-----------------------------------------------------+----------------------
  Reporter: Jan Vonasek <jan.vonasek@…> | Owner: marshall
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: string_algo
   Version: Boost 1.45.0 | Severity: Optimization
Resolution: | Keywords:
-----------------------------------------------------+----------------------

Comment (by Jan Vonasek <jan.vonasek@…>):

 deque::_Insert is used and it contains
         for (; _First != _Last; ++_First)
                 push_front(*_First); // prepend flipped

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7494#comment:1>
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:10 UTC