[PATCH] Speed up manifest parsing by 4x

Bryan O'Sullivan bos at serpentine.com
Wed Mar 26 11:47:37 CDT 2008


Bryan O'Sullivan wrote:

>> We should probably do our own unhexing. Then we don't have to construct
>> a separate Python string object just to then convert it to binary.
> 
> That will probably help performance, yes.

FWIW, it almost doubled performance, making the new manifest parser
almost 8x as fast as the pure Python version.

	<b


More information about the Mercurial-devel mailing list