[
https://issues.apache.org/jira/browse/GEODE-6686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider resolved GEODE-6686.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.10.0
> FilterRoutingInfo.FilterInfo.toData could be optimized to not allocate a byte
> array every time
> ----------------------------------------------------------------------------------------------
>
> Key: GEODE-6686
> URL: https://issues.apache.org/jira/browse/GEODE-6686
> Project: Geode
> Issue Type: Improvement
> Components: serialization
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: performance
> Fix For: 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> FilterRoutingInfo.FilterInfo.toData could be optimized to not allocate a byte
> array every time.
> Currently it always allocates a new byte array in a HeapDataOutputStream. It
> could instead the thread local byte array cache.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)