Tuesday, September 28, 2010

Re: GWT Collections emulation library performance

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 Артём <artemciy@gmail.com>:
> What happens when you use "for (int i = 0; i < list.size(); i++)" to
> iterate over ArrayList?
>
> On 26 сен, 16:03, Nikos Dimitrakopoulos <demis...@gmail.com> 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 google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment