[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1654) Optimization on Journal: Use optimized buffers instead of ByteBuffer
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Fri Jun 12 11:27:56 EDT 2009
Optimization on Journal: Use optimized buffers instead of ByteBuffer
--------------------------------------------------------------------
Key: JBMESSAGING-1654
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1654
Project: JBoss Messaging
Issue Type: Feature Request
Reporter: Clebert Suconic
Assignee: Tim Fox
Fix For: 2.0.0.beta2
Instead of using ByteBuffer on the journal, we are now using MessagingBuffer (HeapBuffer), and that manages a byte array directly, doing faster copies with System.arrayCopy what is much faster than the way ByteBuffer copies them.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list