pyvm -- faster python

david.tolpin at gmail.com david.tolpin at gmail.com
Thu May 12 15:39:31 EDT 2005


> I don't think Python can ever beat
> carefully coded C for running speed, but it can and should aim for
> parity with compiled Lisp.

But common lisp compilers often beat C compilers in speed for similar
tasks
of moderate complexity. In particular, CMUCL beats GCC in numerical
computations.

David




More information about the Python-list mailing list