]
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: