You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Tushar Gosavi (JIRA)" <ji...@apache.org> on 2017/01/17 08:36:26 UTC

[jira] [Created] (APEXCORE-610) Avoid multiple getBytes() calls in Tuple.writeString

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)