in reply to Re: The Rules of Optimization Club
in thread The Rules of Optimization Club
The node that prompted my posting the Rules of Optimization Club was this one (Print Vs Return In a Subroutine) where the writer wanted to know if it was faster to use print or return. If he wants real speed, he can call exit, too.
The PHP world especially seems to be filled with people who worry about whether it's faster to use interpolation or concatenation to build strings, while tweaking a program that makes SQL queries against unindexed tables and returns the results over the Internet.
It is for these people that the Rules of Optimization Club are most intended.
xoxo,
Andy
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: The Rules of Optimization Club
by tinita (Parson) on Apr 01, 2012 at 13:41 UTC | |
by petdance (Parson) on Apr 01, 2012 at 16:54 UTC | |
by JavaFan (Canon) on Apr 03, 2012 at 23:54 UTC | |
by petdance (Parson) on Apr 04, 2012 at 13:51 UTC |