Hellu, Should I use the foreach or for-index-loop construction? Is GWT smart enough to implement the best solution? Can I simple neglect the difference in performance ?
I mean: in the Google IO presentation they mentioned that the foreach construction creates a new Iterator object and as such is a bit more expensive. As such they used the for-index-loop construction. ... I can imagine when performing many foreach loops, this can become an issue. Ed --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
