[
https://issues.apache.org/jira/browse/DIRMINA-610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sangjin Lee resolved DIRMINA-610.
---------------------------------
Resolution: Fixed
Fix Version/s: 1.1.8
1.0.11
Fixed.
> 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
> Assignee: Sangjin Lee
> Priority: Minor
> Fix For: 1.0.11, 1.1.8
>
> 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.