From: Joe Huber <[EMAIL PROTECTED]>
Date: Tue, 1 Aug 2006 10:48:21 -0700
a little effort with a profiler almost always turns up surprises in
real applications. This is so common, in fact, that I'm greatly
surprised on those rare occasions when the profiler has no surprises
for me!
I agree and think part of the reason is that it's not always clear
which parts of a framework or external API calls are expensive and
which are not.
The thing I don't understand that no one mentioned, not even the
article, is that fast code is usually maintainable code and code
that's quicker to write.
That's because less code = faster code. less code = quicker to write
and maintain.
Usually, anyhow.
--
http://elfdata.com/plugin/
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>