Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Binary property list efficiency issue



On 20.01.2006 10:16, "Laurence Harris" <email@hidden> wrote:

> The XML times go up linearly. The binary times appear to be going up
> exponentially. This makes the binary format completely unusable for large
> lists with its current implementation.

  I think you may want to carefully consider if you want to use plist format
at all - although it has a simple API, there are multiple disadvantages that
may hurt you in the long run.

1) "XML" property lists are not always valid XML, so loading them with a
compliant parser may sometimes fail, rdar://4036524. Particularly likely to
happen if you store file names/paths there :). Not a problem if you only use
CFPropertyList APIs, of course.
2) There's very little type safety in plists, e.g. unsigned 32-bit and
signed 64-bit integers can be easily mixed up.
3) Their key-value pair format is pretty hard to tranform with XSLT.

  Even if you don't care if your data files can be opened by
standard-compliant parsers or transformed with XSLT today, this may change
tomorrow...

- WBR, Alexey Proskuryakov

P.S. Great research on the binary format efficiency, thank you!


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden

This email sent to email@hidden

References: 
 >Re: Binary property list efficiency issue (From: Laurence Harris <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.