Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 96747 invoked from network); 16 Sep 2010 18:40:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Sep 2010 18:40:55 -0000 Received: (qmail 10615 invoked by uid 500); 16 Sep 2010 18:40:54 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 10561 invoked by uid 500); 16 Sep 2010 18:40:54 -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 10553 invoked by uid 99); 16 Sep 2010 18:40:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 18:40:54 +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; Thu, 16 Sep 2010 18:40:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8GIeXNA027799 for ; Thu, 16 Sep 2010 18:40:33 GMT Message-ID: <25747979.234951284662433343.JavaMail.jira@thor> Date: Thu, 16 Sep 2010 14:40:33 -0400 (EDT) From: "Scott Carey (JIRA)" To: dev@avro.apache.org Subject: [jira] Commented: (AVRO-668) Java: Streamline writing of Strings for Encoders and GenericDatumWriter In-Reply-To: <32738426.220701284616052978.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-668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910260#action_12910260 ] Scott Carey commented on AVRO-668: ---------------------------------- The last patch conflicts with AVRO-667, I'll make a patch that works on top of AVRO-667 if we commit it. > Java: Streamline writing of Strings for Encoders and GenericDatumWriter > ----------------------------------------------------------------------- > > Key: AVRO-668 > URL: https://issues.apache.org/jira/browse/AVRO-668 > Project: Avro > Issue Type: Improvement > Reporter: Scott Carey > Assignee: Scott Carey > Fix For: 1.4.1 > > Attachments: AVRO-668.patch, AVRO-668.patch > > > We can streamline writing of strings to minimize object creation during writes. > We can avoid converting a String into Utf8 for Json output, and for Binary output we can avoid a Utf8 (but still create a byte[]). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.