Lambda the Ultimate

inactiveTopic Make Python run as fast as C with Psyco
started 10/11/2002; 7:34:30 AM - last post 10/11/2002; 7:34:30 AM
Ehud Lamm - Make Python run as fast as C with Psyco  blueArrow
10/11/2002; 7:34:30 AM (reads: 1825, responses: 0)
Make Python run as fast as C with Psyco
(via Daily Python-URL)

I find bringing running time down from more than 1/2 hour to about 10 minutes with two lines of new code to be quite remarkable. This speedup is still probably less than the speed of a similar application in C, and it is certainly less than the 100x speedup that a few isolated Psyco test cases exhibit. But this application is fairly "real life" and the improvements are enough to be significant in many contexts.

A short intro to Psyco, the Python specializing compiler.


Posted to Python by Ehud Lamm on 10/11/02; 7:34:55 AM