Re: [PHP-DEV] PHP Performance - 1’000’000 iterations

2012-08-19 Thread Kris Craig
It's also worth noting that a billion iterations is a lot in any language, not just PHP. Plus most browsers would probably blow-up in your face if you tried to send that much data. --Kris On Sun, Aug 19, 2012 at 8:41 AM, Raymond Irving wrote: > Many thanks for the feedback. > > __ > Raymond >

Re: [PHP-DEV] PHP Performance - 1’000’000 iterations

2012-08-19 Thread Raymond Irving
Many thanks for the feedback. __ Raymond On Sun, Aug 19, 2012 at 10:02 AM, Rasmus Lerdorf wrote: > On 08/19/2012 10:29 AM, Raymond Irving wrote: > > Hello, > > > > What could have cause PHP to start out so great but then slows to a > crawl? > > Could it be the GC? > > > > Number of iterations N

Re: [PHP-DEV] PHP Performance - 1’000’000 iterations

2012-08-19 Thread Rasmus Lerdorf
On 08/19/2012 10:29 AM, Raymond Irving wrote: > Hello, > > What could have cause PHP to start out so great but then slows to a crawl? > Could it be the GC? > > Number of iterations Node.js PHP > --- > 100 2.00

Re: [PHP-DEV] PHP Performance - 1’000’000 iterations

2012-08-19 Thread Anthony Ferrara
On Sun, Aug 19, 2012 at 10:29 AM, Raymond Irving wrote: > Hello, > > What could have cause PHP to start out so great but then slows to a crawl? > Could it be the GC? > > Number of iterations Node.js PHP > --- > 100