[
https://issues.apache.org/jira/browse/GEODE-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated GEODE-9514:
----------------------------------
Labels: pull-request-available (was: )
> reduce object allocations when Coder writes "int" and "long" values
> -------------------------------------------------------------------
>
> Key: GEODE-9514
> URL: https://issues.apache.org/jira/browse/GEODE-9514
> Project: Geode
> Issue Type: Improvement
> Components: redis
> Reporter: Darrel Schneider
> Assignee: Darrel Schneider
> Priority: Major
> Labels: pull-request-available
>
> Refactor the Coder.getIntegerResponse(ByteBuf buffer, long l) method to write
> byte string representation to avoid allocating transient char[], String, and
> byte[]. The existing allocations accounted for 17% of objects requiring GC.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)