jmclean wrote > - if the array collection is bindable (I hope not) turn off updates
It is bindable. I will try turning off updates. jmclean wrote > - loop around the array inside the array collection not the array > collection itself (this I’d guess give a significant performance increase) How do you go about accessing/manipulating an array inside of an arraycollection? I always just address the properties that I need by accessing the arraycollection itself, ie myArrayCollection[1]["someProperty"] jmclean wrote > - are there any string manipulation or other temporary variable being > created causing frequent garbage = There are several variables created inside the loop structure to do the trig calculations. Should I just declare the variables outside of the loop and just reuse them instead of instantiating them every single time inside of the loops? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Workers-and-Speed-tp13098p13107.html Sent from the Apache Flex Users mailing list archive at Nabble.com.