Re: [PHP-DEV] Scripting Shootout - PHP ranked 24/29

2001-06-24 Thread Stanislav Malyshev
JL>> http://www.bagley.org/~doug/shootout/lang/php/ JL>> JL>> The above site has several benchmarks of 29 programming JL>> languages, including PHP, Perl and Pike. I don't really get how this guy came to the claim that PHP has no object instantiation, method calls, regular expressions or unable t

Re: [PHP-DEV] Scripting Shootout - PHP ranked 24/29

2001-06-23 Thread Sebastian Bergmann
Sascha Schumann wrote: > --enable-inline-optimization --disable-debug > > We might evaluate making those standard. Isn't --disable-debug already standard? Anyways, +1 for --enable-inline-optimization. -- sebastian bergmann[EMAIL PROTECTED]

Re: [PHP-DEV] Scripting Shootout - PHP ranked 24/29

2001-06-23 Thread Steve Meyers
Of course, there are also several of his test cases missing -- which affects php heavily. > > Thought you all might be interested in this benchmarking shootout: > > I've talked to the author of the "benchmark" a couple of > weeks ago and he of course did not build PHP with > enabled o

Re: [PHP-DEV] Scripting Shootout - PHP ranked 24/29

2001-06-23 Thread Sascha Schumann
> Could someone please list these possible optimizations? Could be > useful to me and others. From the top of my head I can think of > compiler optimizations (anything except -O and -m ?) and use of > Zend optimizer and cache. --enable-inline-optimization --disable-debug We might evaluat

Re: [PHP-DEV] Scripting Shootout - PHP ranked 24/29

2001-06-23 Thread Stig Venaas
On Sat, Jun 23, 2001 at 04:45:22PM +0200, Sascha Schumann wrote: > On Sat, 23 Jun 2001, John Lim wrote: > > > Thought you all might be interested in this benchmarking shootout: > > I've talked to the author of the "benchmark" a couple of > weeks ago and he of course did not build PHP wit

Re: [PHP-DEV] Scripting Shootout - PHP ranked 24/29

2001-06-23 Thread Sascha Schumann
On Sat, 23 Jun 2001, John Lim wrote: > Thought you all might be interested in this benchmarking shootout: I've talked to the author of the "benchmark" a couple of weeks ago and he of course did not build PHP with enabled optimizations. Those optimizations affect primarily the sp

[PHP-DEV] Scripting Shootout - PHP ranked 24/29

2001-06-23 Thread John Lim
Thought you all might be interested in this benchmarking shootout: http://www.bagley.org/~doug/shootout/lang/php/ The above site has several benchmarks of 29 programming languages, including PHP, Perl and Pike. PHP came out 24th. Perl was 14th. -- John -- PHP Development Mailing List