It's known that the Collections emulation has some performance penalty. The GWT team is working on a solution: http://code.google.com/p/google-web-toolkit/wiki/LightweightCollections
-- Arthur Kalmenson 2010/9/26 Артём <[email protected]>: > What happens when you use "for (int i = 0; i < list.size(); i++)" to > iterate over ArrayList? > > On 26 сен, 16:03, Nikos Dimitrakopoulos <[email protected]> wrote: >> I'm not sure whether this is issue is known (and accepted as simply >> "nothing can be done") > > I've Googled an interesting example how GWT can optimize iterators: > http://timepedia.blogspot.com/2008/06/design-patterns-vs-gwt-compiler.html > > I wonder what GWT makes from your "iterateTest". > Can you compile with detailed and post the JavaScript code of > iterateTest? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
