Re: Performance
Re: Performance
- Subject: Re: Performance
- From: mathew <email@hidden>
- Date: Thu, 30 Jan 2003 19:11:07 -0500
On Wednesday, January 29, 2003, at 11:21 PM, Mathew Peterson wrote:
When looking at writing to a simple database file (i am using a
plist and it is about 15 lines) what type of performance hit are
we going to see? Is it worth me opening up the plist and seeing if
something needs to be changed, or is it better to just write over
the top of the file again?
Doing a compare will involve parsing the XML, which is hard work.
For a 15 line file, I'd probably just write it every time. Chances
are the whole thing will fit in one I/O buffer all the way to the
physical disk.
mathew
_______________________________________________
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.
References: | |
| >Performance (From: Mathew Peterson <email@hidden>) |