Re: creating classes on the fly ??
Re: creating classes on the fly ??
- Subject: Re: creating classes on the fly ??
- From: Daniel Child <email@hidden>
- Date: Sat, 22 Sep 2007 09:52:30 -0400
As the lexicons and corpus data get large (say up to half a million
or even a million records), are the "standard" data containers going
to pose performance problems?
On Sep 22, 2007, at 3:05 AM, Thomas Engelmeier wrote:
On 21.09.2007, at 23:23, Daniel Child wrote:
For example, let's say I use the generic parser to parse lexicon
flat files having different data structures. Is there any way in
Cocoa to create the class and describe the type and number of
instance variables dynamically?
Or should I really be looking into Core Data instead?
Either that or "standard" data containers like NSDictionary, NSSet
et al.
For interconnected trees (graphs) you may need to add unique id
elements for any C pointersand resolve them after loading.
_______________________________________________
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