Optimization: Your Worst Enemy

Started by
4 comments, last by Qw3r7yU10p! 19 years, 1 month ago
I've stumbled across this article on CodeProject, and it was such an excelent read that I couldnt resist sharing it with you guys... Linky [wink]
Advertisement
I enjoyed reading this article, thanks!
An excellent read, thankyou.

- Jason Astle-Adams

Nice article.

From,
Nice coder
Click here to patch the mozilla IDN exploit, or click Here then type in Network.enableidn and set its value to false. Restart the browser for the patches to work.
That was a fun read
I always liked the example of conflicting optimisations Martin Fowler gave of two different groups of Java VM implementors:

Quote:Craig Larman really brought this home
when he told me about some comments
he received after a talk at
JavaOne about optimization in Java.
One builder of an optimizing virtual
machine said, in effect, “The comments
about thread pools were good,
but you shouldn’t use object pools because
they will slow down our VM.”
Then another VM builder said, “The
comments about object pools were
good, but you shouldn’t use thread
pools because they slow down our VM.”

This topic is closed to new replies.

Advertisement