Re: Itunes structure
Re: Itunes structure
- Subject: Re: Itunes structure
- From: "Mathieu Godart" <email@hidden>
- Date: Tue, 6 Apr 2004 12:24:12 +0200
>
Well I guess thats what I was wondering, Say I have some 6-7000 items
>
like a nice sized itunes database. Probably about 7.5 MB. IS a file
>
that is written out to XML like the itunes database dump fast enough
>
using the built in parser to a dictionary?
Regarding what I use myself, I really agree with Allan Odgaard: you don't
need to use a database or a complexe self-made system. Just use a
NSMutableDictionary, it will be fast enough for what you want to do. And if
you need to order your elements use an NSArray of NSDictionary. It's quickly
loaded, it's fast to used and search through and really easy to use!
Mathieu Godart
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.