You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2011/05/06 18:25:03 UTC

[jira] [Created] (MYFACES-3129) [PERF] Call first getChildCount() or getFacetCount() before try to create the iterator

[PERF] Call first getChildCount() or getFacetCount() before try to create the iterator
--------------------------------------------------------------------------------------

                 Key: MYFACES-3129
                 URL: https://issues.apache.org/jira/browse/MYFACES-3129
             Project: MyFaces Core
          Issue Type: Improvement
          Components: JSR-314
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


To reduce the number of AbstractList$Itr instances, a good hint is call for getChildCount() or getFacetCount() before traverse. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (MYFACES-3129) [PERF] Call first getChildCount() or getFacetCount() before try to create the iterator

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-3129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leonardo Uribe resolved MYFACES-3129.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0
                   2.0.6

> [PERF] Call first getChildCount() or getFacetCount() before try to create the iterator
> --------------------------------------------------------------------------------------
>
>                 Key: MYFACES-3129
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3129
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-314
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.0.6, 2.1.0
>
>
> To reduce the number of AbstractList$Itr instances, a good hint is call for getChildCount() or getFacetCount() before traverse. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira