Re: [flexcoders] Fastest filterfunction for large ArrayColeccions ?

2008-12-10 Thread Maciek Sakrejda
On the off chance that your filterFunction is anonymous, you could try
de-anonymizing it (i.e., declare it as a private member function
wherever makes the most sense), since anonymous functions have some
overhead. Other than that, it's hard to say without seeing the function.
-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

-Original Message-
From: cegarza2 [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Fastest filterfunction for large ArrayColeccions ?
Date: Wed, 10 Dec 2008 09:54:13 -

Is there any way to speed a filterfunction for autocomplete component
with a large ArrayColection?

Thanks in advance

Carlos G.




 




RE: [flexcoders] Fastest filterfunction for large ArrayColeccions ?

2008-12-10 Thread Randy Martin
How large an array collection? I have an autocomplete (search-as-you-type)
function working on an ArrayCollection of about 5000 records, and it's
almost instantaneous.

 

~randy

 

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cegarza2
Sent: Wednesday, December 10, 2008 3:54 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Fastest filterfunction for large ArrayColeccions ?

 

Is there any way to speed a filterfunction for autocomplete component
with a large ArrayColection?

Thanks in advance

Carlos G.