Yes, vector is supposed to be fastest, but seems to have higher instantiation and memory costs.
On 9/10/13 2:45 AM, "Kessler CTR Mark J" <mark.kessler....@usmc.mil> wrote: >Vectors seems to be faster than objects/arrays when using ints. To me at >least. > >-Mark > >-----Original Message----- >From: Justin Mclean [mailto:jus...@classsoftware.com] >Sent: Tuesday, September 10, 2013 4:27 AM >To: dev@flex.apache.org >Subject: Re: ADG and cellIndex.toString() > >Hi, > >> If it is an object, however, dot notation seems to be faster than index: > >Wouldn't be possible to use dot notation easily here. > >Thanks, >Justin