Slowdowns
Martin Pool
mbp at canonical.com
Wed May 24 02:20:14 BST 2006
On 23 May 2006, John A Meinel <john at arbash-meinel.com> wrote:
> I completely agree that status/commit/add/etc are the important
> commands, where we really want to spend our time.
>
> It was really useful for me, to start with 'bzr rocks', just to dig in
> and find what is really going on.
>
> I started at rocks, then went to 'root', and then used 'status'.
>
> I'm pretty sure that by the time you get to status, there is little
> benefit to something like 'demandload'. You have to load just about
> everything to get there.
Well, we should be able to avoid loading transports, which will
potentially pull in quite a number of other modules (pycrypto, curl,
paramiko, etc). Possibly the existing transport registry stuff will do
this without needing demandload but I haven't tested it.
--
Martin
More information about the bazaar
mailing list