why is python slow?

Courageous jkraska at san.rr.com
Fri Mar 8 22:29:21 EST 2002


>The irreducible fact is that Python needs extensive runtime type checks,
>Java doesn't.

I would wager that the larger cost on the execution of a Python
program is involved in the late binding semantics.

C//




More information about the Python-list mailing list