Re: Sharing a persistent store between iOS and Mac
Re: Sharing a persistent store between iOS and Mac
- Subject: Re: Sharing a persistent store between iOS and Mac
- From: Gerd Knops <email@hidden>
- Date: Thu, 25 Aug 2011 15:36:26 -0500
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 (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