Well, I suspect binding has a lot to do with choosing ArrayCollection 
(simply because it can generate the change events), but for performance, 
even if you use an ArrayCollection you can always do the speed calculations 
on the source array.

Paul
----- Original Message ----- 
From: "rmarples" <[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. It 
> appears that even
> iterating through an ArrayCollection is significantly slower than an 
> Array.
>
> My question to you all is... what have you found to be the best place to 
> use one of the other
> in your applications?
>
> Ryan
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
> 

Reply via email to