Python executables?

SFBayling a at b.c
Sat Jun 28 17:43:54 EDT 2003


Catalin <ady982 at ploiesti.astral.ro> wrote in 
news:mailman.1056619905.13226.python-list at python.org:

> And the programs also run much slower and become extremely big compared 
> to a normal C++ program for example. 

What are you doing that the speed decrease matters?
What are you doing that is so secret?

If it really is too slow (i.e. 100 times slower than C++ is one thing, but 
if it still only takes 0.1s is that really a problem?), consider writing 
the slow part in C or C++ as a compiled extension. That could get you the 
speed and mildly-increased-code-security you desire for the delicate parts 
of your program, plus the advantages of Python for all the rest.

sfb.




More information about the Python-list mailing list