Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 78327 invoked from network); 17 Mar 2008 11:35:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2008 11:35:43 -0000 Received: (qmail 1826 invoked by uid 500); 17 Mar 2008 11:35:40 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 1291 invoked by uid 500); 17 Mar 2008 11:35:39 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 1273 invoked by uid 99); 17 Mar 2008 11:35:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 04:35:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of t.p.ellison@gmail.com designates 64.233.166.180 as permitted sender) Received: from [64.233.166.180] (HELO py-out-1112.google.com) (64.233.166.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 11:35:00 +0000 Received: by py-out-1112.google.com with SMTP id a25so7012201pyi.13 for ; Mon, 17 Mar 2008 04:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; bh=z7kC9YT0QxA7BHaCPKFP9ZMmYiW3jBcAkRhnDH3g3q0=; b=Z0XFm2R6eatTiKfYFhJEnRzeOu8OMCt/gJZI19fQ1LZA5NzZmz/7Xedhjy2E292/Ju5XIzwY55PMJGRVDYo2V5l1oCfGlHGNGH0JZEF/KifMFPxLTf01GDZ1g6hdxCiqKaW6qX8pVdKqakyApBgLunVhlDDo7eop6tC7CllB1v0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=CB01+4e1FknCe1nRSFq2GGerFtEuYjivQgeUejGv5+l05cqmBkTJsPLfV6zIEVOYybz5wG6WYm/myWTvX4HcSKBsKc8KJ1KAP+M2oqmQJB+QMbXZyHhYNfbLg/Msd6vmtBa/xqW1N/lD4ND81RiwVHMUXEoX4uhdGKd5TwkvA38= Received: by 10.35.26.14 with SMTP id d14mr12908pyj.58.1205753692734; Mon, 17 Mar 2008 04:34:52 -0700 (PDT) Received: from ?9.20.183.162? ( [195.212.29.92]) by mx.google.com with ESMTPS id e33sm11664756ugd.80.2008.03.17.04.34.50 (version=SSLv3 cipher=RC4-MD5); Mon, 17 Mar 2008 04:34:51 -0700 (PDT) Message-ID: <47DE5759.9000409@gmail.com> Date: Mon, 17 Mar 2008 11:34:49 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][luni] optimized InputStream reader (HARMONY-5522) References: <55813256.1205414746292.JavaMail.jira@brutus> <47D93B38.8000100@gmail.com> <47D94257.90706@gmail.com> <47DAAC37.8080505@gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Alexei Fedotov wrote: > I just want to have the following written somewhere until I forget: in > one of hot spots Eclipse guys parse the whole manifest to get two main > attributes, and then drop the object. There is no need to parse 100k > of ICU manifst to populate entry signatures for that use case. In > other words one may think of delaying parsing of other sections then > the main one. Worth a low-priority JIRA enhancement issue... Tim