Subject: Re: binary plist support
To: Jachym Holecek <freza@NetBSD.org>
From: Matt Thomas <matt@3am-software.com>
List: tech-kern
Date: 10/06/2007 15:56:38
On Oct 6, 2007, at 1:25 PM, Jachym Holecek wrote:

> Hello,
>
> I've implemented ${subj} for proplib:
>
>   ftp://ftp.netbsd.org/pub/NetBSD/misc/freza/bplist-2007-10-06.diff
>
> The binary encoding, which is rather size-efficient and supposedly  
> very
> fast as well (but I don't have numbers yet), is basically Apple bplist
> format. But because Apple doesn't distinguish signed integers vs.  
> unsigned,
> the format differs slightly and uses different version number to avoid
> confusion.

No regression tests?  Other than that it looks great!