You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/02/15 17:22:06 UTC

[jira] Assigned: (QPID-255) [Performance] Use custom implmentation of for AMQP Short String

     [ https://issues.apache.org/jira/browse/QPID-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Godfrey reassigned QPID-255:
--------------------------------

    Assignee: Rob Godfrey

> [Performance] Use custom implmentation of for AMQP Short String
> ---------------------------------------------------------------
>
>                 Key: QPID-255
>                 URL: https://issues.apache.org/jira/browse/QPID-255
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker, Java Client, Java Common
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>            Priority: Minor
>             Fix For: M2
>
>         Attachments: qpid-255.patch
>
>
> The underlying protocol uses "Short Strings" in many places.  These are defined as being ASCII strings which are not capable of holding multi-byte unicode characters.  To improve the encoding / decoding time we should use our own class implementaion rather than attempting to convert into Strings.

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