Glad I'm using the getItemAt then lol. Thanks Alex.
On Wed, Jul 17, 2013 at 3:04 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 7/16/13 6:22 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: > > >Hi, > > > >> I started using more getItemAt because not everything allows the > >>brackets anymore. > >Only in binding expressions I thought? > > > >> Not sure how much of a speed difference there is. > >Not sure, I'd getItemAt is probably faster but may be so little in it > >that it's not really a concern. > I may not understand the context here, but for ArrayCollection, accessing > items via ac.[index] is much slower than calling ac.getItemAt(index). > > > >