[flexcoders] Array vs ArrayCollection

2008-01-30 Thread rmarples
We have recently made some big performance gains in our product by replacing the use of ArrayCollections with Arrays in some data calculation algorithms. It appears that even iterating through an ArrayCollection is significantly slower than an Array. My question to you all is... what have

Re: [flexcoders] Array vs ArrayCollection

2008-01-30 Thread Paul Andrews
[EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Wednesday, January 30, 2008 8:05 PM Subject: [flexcoders] Array vs ArrayCollection We have recently made some big performance gains in our product by replacing the use of ArrayCollections with Arrays in some data calculation algorithms