Tushar Gosavi created APEXCORE-610: -------------------------------------- Summary: Avoid multiple getBytes() calls in Tuple.writeString Key: APEXCORE-610 URL: https://issues.apache.org/jira/browse/APEXCORE-610 Project: Apache Apex Core Issue Type: Bug Components: Buffer Server Reporter: Tushar Gosavi Assignee: Tushar Gosavi Priority: Trivial
Tuple.writeString calls getBytes() multiple times for identifier. each call to getBytes returns new byte array hence the call is costly in terms of memory usage. -- This message was sent by Atlassian JIRA (v6.3.4#6332)