[jira] [Commented] (MYFACES-3130) [perf] Avoid unnecessary AbstractList$Itr instances

2018-09-02 Thread Rapster (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16601162#comment-16601162 ] Rapster commented on MYFACES-3130: -- [~markoc50] I think using foreach loop is the way to go as long

[jira] [Commented] (MYFACES-3130) [PERF] Avoid unnecessary AbstractList$Itr instances

2017-08-14 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16125689#comment-16125689 ] Thomas Andraschko commented on MYFACES-3130: I would close this one. All loops are looking

[jira] [Commented] (MYFACES-3130) [PERF] Avoid unnecessary AbstractList$Itr instances

2011-05-16 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13034178#comment-13034178 ] Martin Kočí commented on MYFACES-3130: -- Patch commited in trunk 2.1. Now I'm going

[jira] [Commented] (MYFACES-3130) [PERF] Avoid unnecessary AbstractList$Itr instances

2011-05-14 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13033496#comment-13033496 ] Jakob Korherr commented on MYFACES-3130: +1 for that Jan-Kees. But I would

Re: [jira] [Commented] (MYFACES-3130) [PERF] Avoid unnecessary AbstractList$Itr instances

2011-05-14 Thread Jan-Kees van Andel
+1! I thought RandomAccess was implemented by way more classes, but looking at the list of implementors, I guess checking for RandomAccess is the best choice. 2011/5/14 Jakob Korherr (JIRA) dev@myfaces.apache.org [

[jira] [Commented] (MYFACES-3130) [PERF] Avoid unnecessary AbstractList$Itr instances

2011-05-12 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13032340#comment-13032340 ] Martin Kočí commented on MYFACES-3130: -- If no objections, I'll commit the patch

[jira] [Commented] (MYFACES-3130) [PERF] Avoid unnecessary AbstractList$Itr instances

2011-05-12 Thread Jan-Kees van Andel (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13032347#comment-13032347 ] Jan-Kees van Andel commented on MYFACES-3130: - One comment. Since we know

[jira] [Commented] (MYFACES-3130) [PERF] Avoid unnecessary AbstractList$Itr instances

2011-05-11 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13031945#comment-13031945 ] Martin Kočí commented on MYFACES-3130: -- mail topic: [core] performance: use indices