Re: [PHP] Question concerning performance

2001-01-17 Thread Toby Butzon
PHP's time functions and this little library I put together a while back - http://imawebdesigner.com/utils/runtime_clock --Toby - Original Message - From: "jeremy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 12:49 PM

RE: [PHP] Question concerning performance

2001-01-17 Thread jeremy
5 Phil 1:21 www.ganooz.com Car pour moi, la vie c'est le Christ, et la mort est un gain. > -Original Message- > From: Toby Butzon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 17, 2001 16:55 > To: jeremy; [EMAIL PROTECTED] > Subject: Re: [PHP] Question concerning

Re: [PHP] Question concerning performance

2001-01-17 Thread Toby Butzon
> Example ONE: (in just parse mode) > [cut]--- > print "blah blah blah blah blah blah blah"; > print "" . $Var1 . "" . $Var2 . ""; > ?> > [/cut]-- Ran a pretty rough benchmark: 10040 lines of code (5020 repetitions of the above example) 10 times with an a

Re: [PHP] Question concerning performance

2001-01-17 Thread Christian Reiniger
On Wednesday 17 January 2001 11:37, jeremy wrote: > Example ONE: (in just parse mode) > [cut]--- > print "blah blah blah blah blah blah blah"; > print "" . $Var1 . "" . $Var2 . ""; > ?> > [/cut]-- > > Example TWO: (in html && parse mode) > [cut]--