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

Sangjin Lee updated DIRMINA-610:
--------------------------------

    Attachment: DIRMINA-610-1.1.patch

patch for the 1.1 branch

> ByteBuffer.getString() performance issues
> -----------------------------------------
>
>                 Key: DIRMINA-610
>                 URL: https://issues.apache.org/jira/browse/DIRMINA-610
>             Project: MINA
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.10, 1.1.7
>            Reporter: Sangjin Lee
>            Priority: Minor
>         Attachments: DIRMINA-610-1.0.patch, DIRMINA-610-1.1.patch
>
>
> ByteBuffer.getString() in 1.1 & 1.0 underperforms IoBuffer.getString() in the 
> trunk, because it's missing some optimizations that were done on the trunk.
> - Default of heap buffers vs. direct buffers
> - further optimization using the indexOf method
> These changes need to be backported.  See 
> http://markmail.org/message/j76kbfbie62ixrtd for the discussion thread.

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

Reply via email to