Re: Efficient XML loading [continuation of NSString from mapped NSData thread]
Re: Efficient XML loading [continuation of NSString from mapped NSData thread]
- Subject: Re: Efficient XML loading [continuation of NSString from mapped NSData thread]
- From: Keith Duncan <email@hidden>
- Date: Wed, 14 May 2008 16:22:02 +0100
I was able to speed this up by an order of magnitude, by using
libxml2 to parse the file (using the SAX API) into my own custom
data structures.
That's definitely good to know. Thanks for the pointer.
Keith
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden