Speed?

Rene Pijlman reply.in.the.newsgroup at my.address.is.invalid
Sat Jan 3 08:57:50 EST 2004


EP:
>I previously read some comparisons which did not show Python in a good light 
>in this regard: i.e. Python is slow compared to Perl, C++, Java.

These are usually pure compute benchmarks at the interpreted language
level. In practice I find that my Python programs perform somewhat better
than Java, probably because Python has many libraries implemented in C,
whereas Java has many pure Java libraries.

-- 
René Pijlman



More information about the Python-list mailing list