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.1.7, 1.0.10
            Reporter: Sangjin Lee
            Priority: Minor


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