• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Performance
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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>)

  • Prev by Date: Re: copyWithZone and NSImageView subclass
  • Next by Date: Re: FindFolder() and Cocoa
  • Previous by thread: Re: Performance
  • Next by thread: how do I do something after user has hit "OK" in standard save panel?
  • Index(es):
    • Date
    • Thread