[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-1209) Reduce buffer resizing operations in MarshalledValue
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Tue Jun 28 12:22:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani resolved ISPN-1209.
---------------------------------
Resolution: Done
> 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