Re: Re[2]: [PHP-DEV] Re: Shootout

2001-12-29 Thread James Moore
> need for storage). absolutely *no* reasonable programmer will ever use > PHP to calculate prime numbers or fractals (maybe with mathematical > extensions, but not with raw PHP code). Hey I have a little PHP-GTK app that does simple fractals... whats wrong with that??? :P - James -- PHP De

Re: [2]: [PHP-DEV] Re: Shootout

2001-12-29 Thread Alexander Wagner
Daniel Lorch wrote: > it would be nice to see PHP w and w/o ZEND competing against each > other. Zend what? I'd like to see it with/without ZendAccelerator. > absolutely *no* reasonable > programmer will ever use PHP to calculate prime numbers or fractals > (maybe with mathematical extensions, b

Re[2]: [PHP-DEV] Re: Shootout

2001-12-29 Thread Daniel Lorch
Hi, > Sucks when you need to use a proprietary extension to a language to make > it benchmark well. it would be nice to see PHP w and w/o ZEND competing against each other. but I don't think the raw cpu usage can be taken as a indicator for judging a language. there are many other bottlenecks

Re[2]: [PHP-DEV] Re: Shootout

2001-12-29 Thread Daniel Lorch
Hi, > $Id: nestedloop.php,v 1.1 2001/05/06 06:13:21 doug Exp $ > http://www.bagley.org/~doug/shootout/ these benchmarks aren't significant, anyway. java code will run faster on a native java CPU, so basically it's also architecture-dependant. but nice work, nevertheless! really interesting to