why is python slow?

Paul Rubin phr-n2002a at nightsong.com
Fri Mar 8 21:59:07 EST 2002


Fernando Pereira <pereira at cis.upenn.edu> writes:
> The irreducible fact is that Python needs extensive runtime type checks,
> Java doesn't. One could argue that agressive inlining of built-in operations
> and type checks followed by removal of redundant machine instructions might
> have the effect of removing most type checks, but that needs to be shown.

40 years of Lisp compiler implementations have shown pretty conclusively
that these problems are surmountable.



More information about the Python-list mailing list