|
|
Log in / Subscribe / Register

Pure Python?

Pure Python?

Posted Sep 11, 2009 6:34 UTC (Fri) by drag (guest, #31333)
In reply to: Pure Python? by zlynx
Parent article: Facebook releases the "Tornado" web server

Maybe, maybe not. There is already a lot of highly optimized C being used in
that program, even if it is not apparent on the surface. Take numpy, which is
something entirely different and is a math library created for scientific
computing and is programmed by using python. Try telling those folks that
python is slow. :)

It all depends on the algorithms being used and the skill of the programmer.
There are a thousand ways to skin a cat in Python, but only a few of them
will have good performance and it takes a understanding of computer
architecture, algorithms, and python to find those out. High level
programming is a lousy substitution for skill and knowledge.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds