Python Only 30% Slower than C In Certain Cases

Harald Massa cpl.19.ghum at spamgourmet.com
Wed Jun 2 02:50:20 EDT 2004


>the debug version of the C program. The release version showed it was
> about 12x faster than Python, with a smaller memory footprint.

Can you please check out a test run with psyco?

psyco.sourceforge.net


at the beginning of your programm

import psyco
psyco.full()

Would be interested in the speed differences...



More information about the Python-list mailing list