This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/15002] Linewise stream input is unusably slow (std::string slow)


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-18 14:20 -------
Confirmed, the issue might be using wrong std::string functions to do std::getline.  Otherwise std::
string is where it is slow.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |enhancement
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-18 14:20:12
               date|                            |
            Summary|Linewise stream input is    |Linewise stream input is
                   |unusably slow               |unusably slow (std::string
                   |                            |slow)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15002


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]