You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Furkan Kamaci (Jira)" <ji...@apache.org> on 2021/04/20 19:16:00 UTC

[jira] [Updated] (ANY23-464) Improve Performance for Inner Classes

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

Furkan Kamaci updated ANY23-464:
--------------------------------
    Description: 
Declaring inner classes non-static causes performance issues due to GC at Java. They should be defined as static wherever it can.

You can see related conversation here: [https://stackoverflow.com/questions/20380600/gc-performance-hit-for-inner-class-vs-static-nested-class]

  was:
Declaring inner classes non-static causes performance issues due to GC at Java. They should be defined as static wherever it can.

 

You can see related conversation here: https://stackoverflow.com/questions/20380600/gc-performance-hit-for-inner-class-vs-static-nested-class


> Improve Performance for Inner Classes
> -------------------------------------
>
>                 Key: ANY23-464
>                 URL: https://issues.apache.org/jira/browse/ANY23-464
>             Project: Apache Any23
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 2.5
>            Reporter: Furkan Kamaci
>            Priority: Minor
>             Fix For: 2.5
>
>
> Declaring inner classes non-static causes performance issues due to GC at Java. They should be defined as static wherever it can.
> You can see related conversation here: [https://stackoverflow.com/questions/20380600/gc-performance-hit-for-inner-class-vs-static-nested-class]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)