Re: cocoa-dev digest, Vol 2 #3740 - 21 msgs
Re: cocoa-dev digest, Vol 2 #3740 - 21 msgs
- Subject: Re: cocoa-dev digest, Vol 2 #3740 - 21 msgs
- From: Paul FitzGerald <email@hidden>
- Date: Wed, 25 Feb 2004 22:04:33 -0800
heh heh heh gotta love the subject.
I'm having the same questions. I know the thought is, "don't worry about the
implemenation"... but I do. I wanted to put around 200 blocks of text into a
.plist and have random access to the blocks (about 2K each). It just wasn't
clear to me if that was the right way to manage the data. I guessed no and
managed it another way but the questions linger.
I also have the same question about NSString. If I read a 20k file into an
NSString what kind of hit might I take...don't worry about it?
Paul
>
From: Stefan Pantos <email@hidden>
>
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
>
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
_______________________________________________
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.