It sounds like my program shouldn't be freezing in the first place,
since my files are not THAT big. Here are the details.
The most useful details would involve a sample* of what your program's
doing. My guess is that it's just taking an extremely long time to
finish, perhaps because your comparison function is slow**, or because
the working set exceeds available physical RAM.
—Jens
* Use Activity Monitor to sample the process.
** Especially if you left that NSLog call in there. Logging is very
slow, relatively speaking.
_______________________________________________
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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden