On Sun, Feb 20, 2011 at 6:53 AM, Georg Brandl <g.bra...@gmx.net> wrote: > Given that we are only hours from the final, I'm quite unwilling to > call this a blocker, seeing that running from the .py file works well > (and I'm not really of Antoine's opinion that that is such a big > performance hit).
How significant the performance hit is depends on at least a few different factors: 1. How many files are affected 2. How many files are implicitly imported when the application starts 3. How big/complicated those files 4. How long the actual "do work" part of the application takes I expect something like "hg diff" on a small working copy would be severely impacted if the application files for hg itself weren't cached properly. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com