[
https://issues.apache.org/jira/browse/GEODE-6692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Darrel Schneider reassigned GEODE-6692:
---------------------------------------
Assignee: Darrel Schneider
> DataSerializer.readString can be optimized for zero length strings
> ------------------------------------------------------------------
>
> Key: GEODE-6692
> URL: https://issues.apache.org/jira/browse/GEODE-6692
> Project: Geode
> Issue Type: Improvement
> Components: serialization
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
>
> DataSerializer.readString still allocates an instance of String when the
> string being deserialized is an empty string. If instead it just returned the
> canonical "" it would save some object allocations.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)