Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 38636 invoked from network); 30 Jun 2006 19:32:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2006 19:32:10 -0000 Received: (qmail 41369 invoked by uid 500); 30 Jun 2006 19:32:10 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 41352 invoked by uid 500); 30 Jun 2006 19:32:09 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 41341 invoked by uid 99); 30 Jun 2006 19:32:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 12:32:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Jun 2006 12:32:09 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E6BAB410346 for ; Fri, 30 Jun 2006 19:30:29 +0000 (GMT) Message-ID: <8425144.1151695829942.JavaMail.jira@brutus> Date: Fri, 30 Jun 2006 19:30:29 +0000 (GMT+00:00) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-249) std::operator>>(istream, string&) inefficient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N std::operator>>(istream, string&) inefficient --------------------------------------------- Key: STDCXX-249 URL: http://issues.apache.org/jira/browse/STDCXX-249 Project: C++ Standard Library Type: Improvement Components: 21. Strings Versions: 4.1.2, 4.1.3 Environment: all Reporter: Martin Sebor Assigned to: Martin Sebor Priority: Minor The string extractor reads and appends one character at a time. It could be made more efficient by extracting and appending all non-whitespace characters that are available in the buffer in chunks. See the definition of the operator here: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/istream.cc?revision=383265 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira