Re: [PHP] Re: Performance & Comments Question

2006-01-19 Thread Richard Lynch
On Thu, January 19, 2006 7:09 am, Jochem Maas wrote: > Barry wrote: >> Rodolfo Andrade wrote: > and people will love you if you'r files are 90% comments :-) Actually, the times I've seen THAT much commenting, it was generally a lot of useless "noise" and I hated it... Consider this common practic

Re: [PHP] Re: Performance & Comments Question

2006-01-19 Thread Jochem Maas
Austin Denyer wrote: On Thu, 19 Jan 2006 14:09:00 +0100 Jochem Maas <[EMAIL PROTECTED]> wrote: in real life you won't notice the overhead at all. and people will love you if you'r files are 90% comments :-) I've never been quite that liberal with my comments, but I do have a few files that a

Re: [PHP] Re: Performance & Comments Question

2006-01-19 Thread Austin Denyer
On Thu, 19 Jan 2006 14:09:00 +0100 Jochem Maas <[EMAIL PROTECTED]> wrote: > > in real life you won't notice the overhead at all. > and people will love you if you'r files are 90% comments :-) I've never been quite that liberal with my comments, but I do have a few files that are >50% comments...

Re: [PHP] Re: Performance & Comments Question

2006-01-19 Thread Jochem Maas
Barry wrote: Rodolfo Andrade wrote: Hi all! I would like to know if comments in the code affects the performance. I know that comments are ignored by the interpreter, but it does increase the file size, so I was thinking about a possible performance hit for highly commented files. Can anyo

Re: [PHP] Re: <<< performance.

2005-07-26 Thread Rodolfo Gonzalez Gonzalez
On Tue, 26 Jul 2005, Matthew Weier O'Phinney wrote: this could be a silly question. Is there some performance penalty when using the <<< operator [in heredoc] Try doing some benchmarks using microtime(). My gut reaction is that there shouldn't be any difference; heredoc syntax is simply another

Re: [PHP] Re: performance: large includes vs small includes with lots of reads

2004-10-07 Thread Curt Zirzow
* Thus wrote Luis Bernardo: > You may find this useful: http://www.hudzilla.org/php/18_1_0.php paragraphs 2 & 3 should be deleted. telling someone that optimal code is acceptable is like saying storing the year in a 2 char field is perfectly fine. Curt -- The above comments may offend you. flam