Re: archiving report
Re: archiving report
- Subject: Re: archiving report
- From: Kyle Sluder <email@hidden>
- Date: Tue, 26 Feb 2013 10:10:27 -0800
On Feb 26, 2013, at 10:04 AM, Kyle Sluder <email@hidden> wrote:
> On Feb 26, 2013, at 9:47 AM, "Gerriet M. Denkmann" <email@hidden> wrote:
>
>> But it does create unnecessary data. E.g. in the case of an array containing identical objects, like:
>> NSArray *a = @[ @"a", @"a", ...., @"a"];
>> With 1 000 000 items it creates 10,000,395 bytes - my version creates only 1 000 332 bytes
>> and the output is still readable by NSKeyedUnarchiver.
>
> What are these 57 bytes you saved? Is it worth saving 57 bytes for the burden of maintaining your own compatibility with NSKeyedArchiver?
Apparently I can't read thousands separators. I'll file a bug against my brain's lexer.
--Kyle Sluder
_______________________________________________
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