|
4 |
edited tags
|
||
|
3 |
ruby perl tags
|
||
|
2 | Python script is now accurate, I had left some things commented | ||
|
I've heard that Python is meant to be faster than PHP in terms of Runtime, I simply took this as a given and sat down today to make a blog post about it. After being told by Vinko Vrsalovic how to time scripts I took converted some code for getting prime numbers into Python and PHP then ran each 3 times and recorded the numbers. All times are in seconds.
I tried 3 different methods of storing the output in Python but they made a difference of approximately 2 seconds and when both scripts were set to output the data as soon as they got it rather than all at once the results were also only a few seconds off the above numbers. Was all the stuff I heard about Python being faster wrong or have I done something appalling with my Python code? Here is the Python code
And here is the PHP code
All tests were run with the following command and under near identical conditions
|
||||
|
1 |
|
||
