[infinispan-issues] [JBoss JIRA] Created: (ISPN-1209) Reduce buffer resizing operations in MarshalledValue

Sanne Grinovero (JIRA) jira-events at lists.jboss.org
Tue Jun 28 11:52:23 EDT 2011


Reduce buffer resizing operations in MarshalledValue
----------------------------------------------------

                 Key: ISPN-1209
                 URL: https://issues.jboss.org/browse/ISPN-1209
             Project: Infinispan
          Issue Type: Enhancement
            Reporter: Sanne Grinovero
            Assignee: Sanne Grinovero
             Fix For: 5.0.0.CR7


every time the value is marshalled a buffer is allocated to hold it's serialized form, currently we guess "128" as an initial size and then fix the result, but often we already know the size, or we can remember it for the next time.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list