You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Giovanni Matteo Fumarola (JIRA)" <ji...@apache.org> on 2019/02/25 19:46:00 UTC

[jira] [Updated] (YARN-9287) Consecutive StringBuilder append should be reuse

     [ https://issues.apache.org/jira/browse/YARN-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Giovanni Matteo Fumarola updated YARN-9287:
-------------------------------------------
    Summary: Consecutive StringBuilder append should be reuse  (was: Consecutive String Builder Append Should Reuse)

> Consecutive StringBuilder append should be reuse
> ------------------------------------------------
>
>                 Key: YARN-9287
>                 URL: https://issues.apache.org/jira/browse/YARN-9287
>             Project: Hadoop YARN
>          Issue Type: Improvement
>            Reporter: Ayush Saxena
>            Assignee: Ayush Saxena
>            Priority: Major
>         Attachments: YARN-9287-01.patch, YARN-9287-02.patch, YARN-9287-03.patch, YARN-9287-04.patch, YARN-9287-05.patch, YARN-9287-05.patch, YARN-9287-06.patch
>
>
>  Consecutive calls to StringBuffer/StringBuilder .append should be chained, reusing the target object. This can improve the performance by producing a smaller bytecode, reducing overhead and improving inlining.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org