• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: narraycontroller sort performance problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: narraycontroller sort performance problems


  • Subject: Re: narraycontroller sort performance problems
  • From: Mike Abdullah <email@hidden>
  • Date: Thu, 17 Dec 2009 17:03:41 +0000

As with every performance question. Don't "assume", MEASURE. Fire up Instruments and find out what is using up the CPU.

On 17 Dec 2009, at 15:22, Richard wrote:

> hey
>
> i have an app that performs searches over a network connection. the app uses
> core data to manage all the search requests (currently using an in memory
> store), with an array controller and table view bound to the relevant
> results. a search query produces up to about 10000 results, and they are
> added to the data model in batches of 10 or so. this all works well, until i
> add sorting to the array controller. i then find that the CPU use of the
> application stays at 100% and things go pretty slowly from that point on.
>
> i assume this is because with each new search result that is being retrieved
> and added to the core data model, the array controller is resorting the
> entire collection of search results? can anyone suggest a solution to this
> problem?
>
> thanks
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >narraycontroller sort performance problems (From: Richard <email@hidden>)

  • Prev by Date: Re: Overriding NSArrayController to be used in a many-to-many RS and NSTable Bindings
  • Next by Date: Re: Enabling menu items...
  • Previous by thread: Re: narraycontroller sort performance problems
  • Next by thread: Extending UIButton for multiline & position of textLabel?
  • Index(es):
    • Date
    • Thread