Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 85874 invoked from network); 5 Feb 2010 01:20:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Feb 2010 01:20:54 -0000 Received: (qmail 67283 invoked by uid 500); 5 Feb 2010 01:20:53 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 67218 invoked by uid 500); 5 Feb 2010 01:20:53 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 67208 invoked by uid 99); 5 Feb 2010 01:20:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2010 01:20:53 +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, 05 Feb 2010 01:20:51 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A776234C4A9 for ; Thu, 4 Feb 2010 17:20:30 -0800 (PST) Message-ID: <666525861.56431265332830369.JavaMail.jira@brutus.apache.org> Date: Fri, 5 Feb 2010 01:20:30 +0000 (UTC) From: "Scott Carey (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Resolved: (AVRO-327) Performance improvements to BinaryDecoder.readLong() In-Reply-To: <1432591723.236891263467814491.JavaMail.jira@brutus.apache.org> 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/AVRO-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Carey resolved AVRO-327. ------------------------------ Resolution: Duplicate This work was subsumed by DEV-392 > Performance improvements to BinaryDecoder.readLong() > ---------------------------------------------------- > > Key: AVRO-327 > URL: https://issues.apache.org/jira/browse/AVRO-327 > Project: Avro > Issue Type: Improvement > Components: java > Reporter: Thiruvalluvan M. G. > Assignee: Thiruvalluvan M. G. > Attachments: AVRO-327-2.patch, AVRO-327.patch > > > AVRO-315 proposed performance improvements to readLong(), readFloat() and readDouble(). readLong() did not improve performance well for all. Scott proposed a better method (but requires a change in semantics and API). We'll carry on the discussion on that proposal here. AVRO-315 will be committed with changes for readFloat() and readDouble(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.