Bazaar-NG vs. Mercurial -- speed comparison

Bryan O'Sullivan mambo.chicken at gmail.com
Thu May 18 21:54:41 BST 2006


On 5/18/06, John Arbash Meinel <john at arbash-meinel.com> wrote:

> Well, the attached patch helps. It implements __call__ so that
> demandload can load functions and classes, and not just modules.

OK, thanks. I've pointed one of our committers at the patch.

> But I'm working through the
> code to change stuff like:
>
> from bzrlib.revisions import NULL_REVISION
>
> if x == NULL_REVISION:
>
> into:
>
> import bzrlib.revisions
>
> if x == bzrlib.revisions.NULL_REVISION

That's largely what we do, too. Almost all of our imports are demandloads.




More information about the bazaar mailing list