>> BTW, what's the performance problem in importing unnecessary stuff
>> (assuming pyc files are already generated) ?
Fredrik> larger modules can easily take 0.1-0.2 seconds to import (at
Fredrik> least if they use enough external dependencies).
I wish it was that short. At work we use lots of SWIG-wrapped C++
libraries. Whole lotta dynamic linking goin' on... In our case I don't
think autoloading would help all that much. We actually use all that stuff.
The best we could do would be to defer the link step for a couple seconds.
Skip
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com