View Single Post
Old Sep 17th, 2006, 3:38 PM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
You will definitely find Python inferior to C++ when it comes to performance (I do find Pyton to be superior to PHP in that respect). That doesn't mean I'm not using the hell out of Python -- I am. Here's an example: generating my set of basic tic-tac-toe patterns takes a few seconds in Python. It takes so long in PHP that one can't write it as a server function because the script times out. In C++, the time is humanly indistinguishable from instantaneous.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote