mentby.com
Blog | Jobs | Help | Signup | Login
loading

See how PHP outperforms other scripting languages in the latest Computer Language Benchmarks Game

Last updated: Thu, 19 Jul 2012 22:39:56 -0700 View thread View thread at Seattle PHP

Here's the link[1] to the Computer Language Benchmark Game as of July
15, 2012. You'll see that the median speed of PHP is slightly faster
than Python 3 and Ruby 1.9 on x64 Ubuntu/IntelQ6600 Quad-core machine.

Here's the performance of PHP in specific benchmarks:
- N-body [2]
- Mandelbrot [3]
- Pidigits [4]
- Spectral-norm [5]
- K-nucleotide [6]

If you're interested, you can also download the scripts used in the
benchmark and then try to optimize them (without using HiPHoP though)

Ref:
[1]   http://shootout.alioth.debian.org/u64q/which-programming-lan[..]
[2]  http://shootout.alioth.debian.org/u64q/performance.php?test=[..]
[3]  http://shootout.alioth.debian.org/u64q/performance.php?test=[..]
[4]  http://shootout.alioth.debian.org/u64q/performance.php?test=[..]
[5]  http://shootout.alioth.debian.org/u64q/performance.php?test=[..]
[6]  http://shootout.alioth.debian.org/u64q/performance.php?test=[..]





Post a Comment