Darrel Schneider created GEODE-9514: ---------------------------------------
Summary: 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 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)