Re: NSKeyedArchiver finishEncoding takes forever
Re: NSKeyedArchiver finishEncoding takes forever
- Subject: Re: NSKeyedArchiver finishEncoding takes forever
- From: "Adam R. Maxwell" <email@hidden>
- Date: Wed, 18 Jun 2008 20:04:13 -0400
On Jun 18, 2008, at 7:31 PM, Markus Spoettl wrote:
On Jun 18, 2008, at 2:50 PM, Quincey Morris wrote:
I suppose you could byte-move each group of 4 doubles in one NSData
and give that to the archiver instead. Or do it further upstream
and make a bigger array of numbers in a NSData. (But you'll have to
deal with endianness and -- egads! -- floating point representation
issues across architectures yourself.)
I've now completed testing the third approach saving each ANode into
it's own NSData and writing a number of those into the file archive:
It's not recommended, but have you tried using old-style archiving as
another approach? It used to be considerably faster than keyed
archiving under some circumstances.
--
Adam
_______________________________________________
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