execution speed increase after compile py code into exe?

Michael Bentley michael at jedimindworks.com
Sat Mar 24 04:29:05 EDT 2007


>
> would there be any speed increase in code execution after python  
> code being
> compiled into exe file with py2exe?
>

No.  I would expect slower startup followed by the same code  
execution time you'd get from running normally (not that I've  
actually tested it, mind you).

regards,
Michael

---
Our network was brought down by a biscuit??? --Steven D'Aprano






More information about the Python-list mailing list