Python startup performance ?

Bjorn Pettersen bjorn at roguewave.com
Wed Oct 20 00:22:54 EDT 1999


Hmmm... On my linux box I only see Python taking four times more time (I
removed the \n from the Python source code to make the programs compatible).

-- bjorn


> -----Original Message-----
> From: adsharma at home.com.nospam [mailto:adsharma at home.com.nospam]
> Sent: Tuesday, October 19, 1999 10:10 PM
> To: python-list at python.org
> Subject: Python startup performance ?
> 
> 
> Not a big deal - but would be helpful when executing a large number
> of python scripts over and over again.
> 
> 	-Arun
> 
> $ time -p perl -e 'print "hello world\n"'
> hello world
> real 0.01
> user 0.01
> sys 0.00
> $ time -p python -c 'print "hello world\n"'
> hello world
>  
> real 0.93
> user 0.05
> sys 0.05     
> 
> -- 
> http://www.python.org/mailman/listinfo/python-list
> 




More information about the Python-list mailing list