NSArray of NSDictionary from disk Hi, I want to store a relatively large amount of data in an array or dictionaries on disk in a plist but I don't want to have to load the whole array in in one go. Is there a NSArray which will read the data needed from the disk when it is needed possible doing some cleaver cashing? A bit like how NSUserDefaults does it. It's not a huge amount of data but it is considering what the program does. Thanks, Stefan
NSArray of NSDictionary from disk Hi, I want to store a relatively large amount of data in an array or dictionaries on disk in a plist but I don't want to have to load the whole array in in one go. Is there a NSArray which will read the data needed from the disk when it is needed possible doing some cleaver cashing? A bit like how NSUserDefaults does it. It's not a huge amount of data but it is considering what the program does. Thanks, Stefan
- Subject: NSArray of NSDictionary from disk Hi, I want to store a relatively large amount of data in an array or dictionaries on disk in a plist but I don't want to have to load the whole array in in one go. Is there a NSArray which will read the data needed from the disk when it is needed possible doing some cleaver cashing? A bit like how NSUserDefaults does it. It's not a huge amount of data but it is considering what the program does. Thanks, Stefan
- From: Stefan Pantos <email@hidden>
- Date: Wed, 25 Feb 2004 14:27:49 +0000
Hi,
I want to store a relatively large amount of data in an array or
dictionaries on disk in a plist but I don't want to have to load the
whole array in in one go. Is there a NSArray which will read the data
needed from the disk when it is needed possible doing some cleaver
cashing? A bit like how NSUserDefaults does it. It's not a huge amount
of data but it is considering what the program does.
Thanks,
Stefan
"Education is what remains after all school learning has been forgotten"
_______________________________________________
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.