Improving interpreter startup speed

James Mills prologic at shortcircuit.net.au
Mon Oct 27 03:52:38 EDT 2008


On Mon, Oct 27, 2008 at 5:46 PM, Gabriel Genellina
<gagsl-py2 at yahoo.com.ar> wrote:
>> +1 This thread is stupid and pointless.
>> Even for a so-called cold startup 0.5s is fast enough!
>
> I don't see the need to be rude.
> And I DO care for Python startup time and memory footprint, and others do
> too. Even if it's a stupid thing (for you).

I apologize. I do not see the point comparing Python with
RUby however, or Python with anything else.

So instead of coming up with arbitary problems, why don't
we come up with solutions for "Improving Interpreter Startup Speeds" ?

I have only found that using the -S option speeds it up
significantly, but that's only if you're not using any site
packages and only using the built in libraries.

Can site.py be improved ?

--JamesMills

-- 
--
-- "Problems are solved by method"



More information about the Python-list mailing list