NSKeyedArchiver performance
NSKeyedArchiver performance
- Subject: NSKeyedArchiver performance
- From: Michael Latta <email@hidden>
- Date: Mon, 22 Dec 2003 15:17:10 -0800
In a recent application test I saved a file using NSKeyedArchiver for
the document's
- (NSData *)dataRepresentationOfType:(NSString *)aType
The document has about 30K objects in a mutable array with each object
having about 8 objects being encoded each. This resulted in a 15MB
file that took about 1hr to save!! The time seems to be in
finishArchiving.
Michael
_______________________________________________
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.