Python compiler -> py to C, py to ELF

Peter Maas fpetermaas at netscape.net
Wed Mar 31 05:03:34 EST 2004


Yermat wrote:
> If you just want an exe file, also see py2exe 
> (http://starship.python.net/crew/theller/py2exe/)
> 
> If what you want is something faster than python but not an ELF file 
> then also look at pyrex.

If the goal is fast code dont' forget psyco. It is an extremely
simple to use JIT compiler and can speed up Python scripts
dramatically (scripts that aren't just waiting for system I/O
calls to return). Example: Ackermann's function of the Great Language
Shootout: factor 70.

Mit freundlichen Gruessen,

Peter Maas

-- 
-------------------------------------------------------------------
Peter Maas, M+R Infosysteme, D-52070 Aachen, Hubert-Wienen-Str. 24
Tel +49-241-93878-0 Fax +49-241-93878-20 eMail peter.maas at mplusr.de
-------------------------------------------------------------------



More information about the Python-list mailing list