[ 
https://issues.apache.org/jira/browse/CB-402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13240723#comment-13240723
 ] 

Shazron Abdullah commented on CB-402:
-------------------------------------

That's if we have benchmarks of course - we'll have to plan if we want this in 
the core Obj-C tests, regardless. I've modified CordovaLib to make it easier 
for running application tests with the UIWebView - not complete yet (trying to 
figure out how to delay the tests until the UIWebView calls 
webViewDidFinishLoad), but logic tests should work.
                
> Improve Contacts search taking a long time by using 
> (NSArray*)filteredArrayUsingPredicate:(NSPredicate*)predicate
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-402
>                 URL: https://issues.apache.org/jira/browse/CB-402
>             Project: Apache Callback
>          Issue Type: Improvement
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>
> We have to analyze this first to see if it is a big problem, with a huge N. I 
> believe it is.
> Right now our search method is O( n ), while using Apple's search method it 
> is possibly O( log n ) - but that's just a guess if I assume internally they 
> use a binary search.
> Steps:
> 1. Grab all the contacts in a NSArray through 
> ABAddressBookCopyArrayOfAllPeople
> 2. Construct a NSPredicate for the filter, and call 
> filteredArrayUsingPredicate on the NSArray returned in step 1.
> 3. Convert the NSArray returned in step 2. to our CDVContact objects

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to