How does Python compare to ?

alain at onesite.org alain at onesite.org
Wed Aug 2 13:20:56 EDT 2000


Hello,

If you have some scripts for which the startup
time is critical, you can compile binaries
using freeze.py, located in Tools in the sources.

It will make an executable with a size of about
700 Ko to print hello, but the startup time is
ten times smaller. The binary contains your
program, the core interpreter and the modules you
are using.

Anyone having an example of gotchas with frozen
binaries ?

Alain


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list