You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2010/04/29 01:47:49 UTC

[jira] Commented: (AVRO-532) Java: optimize Utf8#toString() and 'new Utf8(String)'

    [ https://issues.apache.org/jira/browse/AVRO-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12862001#action_12862001 ] 

Doug Cutting commented on AVRO-532:
-----------------------------------

THRIFT-765 contains code that could be used to optimize this, but that code does not appear to yet handle surrogate pairs correctly.

> Java: optimize Utf8#toString() and 'new Utf8(String)'
> -----------------------------------------------------
>
>                 Key: AVRO-532
>                 URL: https://issues.apache.org/jira/browse/AVRO-532
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Doug Cutting
>
> Avro's Specific and Generic Java APIs frequently convert Java Strings to Avro Utf8.  This conversion might be optimized.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.