On Aug 25, 2011, at 3:30 PM, Fritz Anderson wrote: > iOS 4.3 Simulator, Xcode 4.1, Lion 10.7.1 > > I'm having trouble generating a Core Data store and opening it in an iOS app > (in the Simulator so far). > > My iOS app has to initialize a large, read-only dataset — a 12,000-word > vocabulary with definitions. In my early drafts, with 6000 words, I had it > parse a text file, but that took alarmingly long, and the watchdog timer > would probably kill it if I attempted the full dictionary. > Can't comment on the actual question, but as a side node: the fastest way I could find to parse large text files on iOS is plain old fscanf. Everything else was substantially slower.
Gerd _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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/archive%40mail-archive.com This email sent to arch...@mail-archive.com