Python execution speed

Gustavo Niemeyer niemeyer at conectiva.com
Wed Nov 21 11:34:29 EST 2001


> I think the general interest in "compiled Python" can be summed up in two
> statements:
> 
>     * It would allow Python programmers have their cake and eat it too
>       (higher-level programming and (near) compiled language speed).
> 
>     * "More is never enough."  (I credit this statement to Bob Saltzman, a
>       long-time sysadmin type guy I knew in my days at GE.  I have no idea
>       where Bob got it.)
[...]

Good points. When we talk about speed in programming languages, it won't
ever be enough. If you have a very complex algorithm, you will benefit a
lot from speed improvements. If you have a simple algorithm, you'll
benefit a little bit. But we must understand that, if you improve an
interpreter's speed, everyone developing or using code in that language
will benefit from that without any efforts, and that means spare cpu
for other tasks.

-- 
Gustavo Niemeyer

[ 2AAC 7928 0FBF 0299 5EB5  60E2 2253 B29A 6664 3A0C ]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 240 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-list/attachments/20011121/424fbe40/attachment.sig>


More information about the Python-list mailing list