<div dir="ltr">On Thu, Dec 27, 2012 at 5:10 PM, Nick Coghlan <span dir="ltr"><<a href="mailto:ncoghlan@gmail.com" target="_blank">ncoghlan@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Performance<br>
-----------<br>
<br>
CPython is used heavily to run short scripts where the runtime is dominated<br>
by the interpreter initialisation time. Any changes to the startup sequence<br>
should minimise their impact on the startup overhead. (Given that the<br>
overhead is dominated by IO operations, this is not currently expected to<br>
cause any significant problems).<br>
<br></blockquote><div><br></div><div style>I'd like to just stress the performance issue. It seems python3.3 takes 30% more time to start vs 2.7 on my ubuntu.</div><div style><br></div><div style>Yuval</div></div></div>

</div>