RFC: startup time - again
Alexander Belchenko
bialix at ukr.net
Tue Sep 9 14:27:49 BST 2008
David Cournapeau пишет:
> Robert Collins wrote:
> Do you have a list of the modules from the stdblib loaded by bzr (for
> example, by bzr rocks) ? By quickly grepping into the bzr sources, I
> could get a python script which does nothing but importing the modules I
> got, and it already takes 1/3 of the time taken by bzr rocks.
try to measure time of command:
bzr --no-plugins --no-aliases rocks
to see difference.
Another slowdown on import is ConfigObj that draw many slow module from stdlib.
More information about the bazaar
mailing list