https://bugzilla.wikimedia.org/show_bug.cgi?id=22018





--- Comment #9 from Roan Kattouw <roan.katt...@gmail.com>  2010-01-05 16:30:25 
UTC ---
(In reply to comment #8)
> Anyway, my point was that one has to understand where are the slow parts 
> before
> making any claims. 
> 
This is the key point: micro-optimization is a waste of time. It's much more
productive (in terms of performance gain per man-hour spent) to profile the
code and figure out where the big gains are than it is to change all instances
of "foo $bar baz" to 'foo ' . $bar . ' baz' or whatever.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to