Python performance

see_plus_plus at my-deja.com see_plus_plus at my-deja.com
Tue Mar 7 13:40:38 EST 2000


Until somebody writes a chess program in Python or Lisp to beat the
chess world champion, performance is a big question with those two
lamguages.

The program running on the IBM Deep Blue that beat the best chess player
was not written in Python/Perl/Tcl/etc., neither in C++ nor Java, but in
the abandonning C.

That program did not crash during the competition, it thinks much faster
and much deeper than Kasparov.

cpp



In article <jQ%w4.238$m4.7517 at news>,
  "Chris Ryland" <cpr at emsoftware.com> wrote:
> The recent Python-for-Lisp-ers note and other recent notes have
brought up
> Python performance.
>
> I'm just curious (being an old language hacker for 30+ years but new
to
> Python): why is Python performance ultimately any worse than Lisp?
>
> Is it because there's only been one major implementation effort so
far, and
> so people haven't had a chance to learn the techniques required to
make it
> run fast, while Lisp has had 30+ years to mature?
>
> What's so different about compiling Python vs. Lisp? Some Lisp
compilers
> have gotten quite good over the years.
>
> I realize this is a big subject, and that many of you Python wizards
out
> there have thought a good deal about it, and I don't want to open a
can of
> worms, but if someone can summarize the issues, that'd sure be helpful
to
> someone who wants to understand them.
>
> Thanks.
> --
> Cheers!
> / Chris Ryland, President / Em Software, Inc. / www.emsoftware.com
>
>


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list