[flexcoders] how light-weight is an array of custom objects if those custom objects already exist in another array?

2009-10-07 Thread Baz
Hi, I have an ArrayCollection of custom objects, and I need to create a subset of those custom objects based on a condition (without using the built-in filter() functionality). I am thinking of storing that subset in a second array, but that is not mandatory - performance is key in this piece of

Re: [flexcoders] how light-weight is an array of custom objects if those custom objects already exist in another array?

2009-10-07 Thread Paul Andrews
Baz wrote: Hi, I have an ArrayCollection of custom objects, and I need to create a subset of those custom objects based on a condition (without using the built-in filter() functionality). I am thinking of storing that subset in a second array, but that is not mandatory - performance is

Re: [flexcoders] how light-weight is an array of custom objects if those custom objects already exist in another array?

2009-10-07 Thread Baz
Great, thank you! On Wed, Oct 7, 2009 at 11:13 AM, Paul Andrews p...@ipauland.com wrote: Baz wrote: Hi, I have an ArrayCollection of custom objects, and I need to create a subset of those custom objects based on a condition (without using the built-in filter() functionality). I