What is the difference in how arrays and arraylists end up in
javascript? I am working on performing animations in parallel, and an
arraylist would be very nice and easy to use, but if an array is
faster, I can initialize for the common case and the resize the array
as needed. Is there anything I could do that would be faster than an
array or an arraylist for storing an arbitrary amount of animations?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---