[ https://issues.apache.org/jira/browse/GEODE-9514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darrel Schneider resolved GEODE-9514. ------------------------------------- Fix Version/s: 1.15.0 Resolution: Fixed > 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 > Fix For: 1.15.0 > > > 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)