I wouldn't pay too much attention to anything in version 0.0.3.  The Zend 
engine was quicker than Perl at this kind of stuff during initial stages of 
development, but as more features and functionality are added, it became 
slower.

That said - if you're using PHP because of performance, you're choosing the 
wrong language.  For instance, I can pretty much assure you that 
Microsoft's CLR is going to be quicker, because it'll be almost in the same 
speed of native code.  The thing about PHP is everything it gives you, and 
the ease of using everything it gives you, while still being quite 
quick.  It's not supposed to be the quickest.

Zeev

At 15:38 01/01/2002, Sebastian Bergmann wrote:
>Sebastian Bergmann wrote:
> >   Updated table:
> >
> >     Language              | Elapsed time | MOPS
> >     ----------------------+--------------+------
>       Parrot 0.0.3          |   7 seconds  | 26.99
> >     Python                |  88 seconds  |  2.27
> >     Perl                  | 102 seconds  |  1.96
> >     Ruby                  | 124 seconds  |  1.59
> >     PHP (+ ZendOptimizer) | 142 seconds  |  1.41
> >     PHP                   | 158 seconds  |  1.27
> >     PHP (Zend Engine 2)   | 177 seconds  |  1.13
>
>   Now I am depressed,
>Sebastian
>
>--
>   Sebastian Bergmann
>   http://sebastian-bergmann.de/                 http://phpOpenTracker.de/
>
>   Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to