Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 46089 invoked from network); 15 Jan 2010 10:23:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Jan 2010 10:23:18 -0000 Received: (qmail 45117 invoked by uid 500); 15 Jan 2010 10:23:18 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 45056 invoked by uid 500); 15 Jan 2010 10:23:18 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 44891 invoked by uid 99); 15 Jan 2010 10:23:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 10:23:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2010 10:23:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CBFC1234C498 for ; Fri, 15 Jan 2010 02:22:54 -0800 (PST) Message-ID: <869766048.261641263550974834.JavaMail.jira@brutus.apache.org> Date: Fri, 15 Jan 2010 10:22:54 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Subject: [jira] Updated: (HTTPCORE-177) Optimize AbstractSessionInputBuffer#read(byte[], int, int) In-Reply-To: <1008748322.1230125084360.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-177: --------------------------------------- Fix Version/s: (was: 4.1) 4.1-beta1 > Optimize AbstractSessionInputBuffer#read(byte[], int, int) > ---------------------------------------------------------- > > Key: HTTPCORE-177 > URL: https://issues.apache.org/jira/browse/HTTPCORE-177 > Project: HttpComponents HttpCore > Issue Type: Improvement > Components: HttpCore > Affects Versions: 4.0-beta3 > Reporter: Oleg Kalnichevski > Fix For: 4.1-beta1 > > > At the moment AbstractSessionInputBuffer#read(byte[], int, int) always copies input to the internal data buffer prior to copying it to the destination buffer. The performance of this method may potentially be improved by eliminating intermediate data copy operation and reading input directly to the destination buffer, especially when dealing with large chunks. > Oleg -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org