Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 12485 invoked from network); 10 Aug 2010 22:21:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Aug 2010 22:21:38 -0000 Received: (qmail 37662 invoked by uid 500); 10 Aug 2010 22:21:38 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 37582 invoked by uid 500); 10 Aug 2010 22:21:37 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 37574 invoked by uid 99); 10 Aug 2010 22:21:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 22:21:37 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 22:21:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7AMLF8b001975 for ; Tue, 10 Aug 2010 22:21:17 GMT Message-ID: <4214822.263631281478875727.JavaMail.jira@thor> Date: Tue, 10 Aug 2010 18:21:15 -0400 (EDT) From: "Doug Cutting (JIRA)" To: dev@avro.apache.org Subject: [jira] Updated: (AVRO-557) Speed up one-time data decoding In-Reply-To: <15151670.142631275509552272.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AVRO-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-557: ------------------------------ Status: Resolved (was: Patch Available) Hadoop Flags: [Reviewed] Resolution: Fixed I just committed this. Thanks, Scott! > Speed up one-time data decoding > ------------------------------- > > Key: AVRO-557 > URL: https://issues.apache.org/jira/browse/AVRO-557 > Project: Avro > Issue Type: Improvement > Components: java > Affects Versions: 1.3.2 > Reporter: Kevin Oliver > Assignee: Doug Cutting > Fix For: 1.4.0 > > Attachments: AVRO-557-partial.patch, AVRO-557.patch, AVRO-557.patch, AVRO-557.patch, AVRO-557.patch, AVRO-557.patch > > > There are big gains to be had in performance when using a BinaryDecoder and a GenericDatumReader just one time. This is due to the relatively expensive parsing and initialization that came with 1.3. Patch with example code and a Perf harness to follow. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.