Re: [Boost-bugs] [Boost C++ Libraries] #3218: string_algo algorithms are quite slow in some popular compiler/OS/hardware situations

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #3218: string_algo algorithms are quite slow in some popular compiler/OS/hardware situations
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-01-04 16:41:22


#3218: string_algo algorithms are quite slow in some popular compiler/OS/hardware
situations
-------------------------------------------------------+--------------------
  Reporter: Yuri Goldfeld <yuri_goldfeld@…> | Owner: marshall
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: algorithm
   Version: Boost 1.37.0 | Severity: Problem
Resolution: invalid | Keywords: performance string_algo strings
-------------------------------------------------------+--------------------
Changes (by marshall):

  * status: assigned => closed
  * resolution: => invalid

Comment:

 Same thing on Windows; the bulk of the time is spent doing the locale-
 aware uppercasing.

 If you want the kind of performance that you get with the other library,
 you should use the same kind of uppercasing as that library
 (`std::tolower`, for example)

 Closing as "not a bug"

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/3218#comment:14>
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:08 UTC