0
execution time
who has the fastest result?
1 ответ
+ 1
well saying solely in terms of execution time Python is almost twice faster than the php but in cost of almost twice the memory.
so we can't basically judge as which is the fast, as their are other variables involved like wait for I/O operations , implementation style etc.
please refer to this URL for more detail.
http://benchmarksgame.alioth.debian.org
Hope this will help you.