A discussion of how to do Computer Science well, particularly writing code and architecting program solutions.
Tuesday, June 21, 2011
Performance is a Feature
Performance is a Feature discusses recent performance work for the site, stackoverflow.  I found the post interesting, albeit somewhat removed from my own work due to its web focus.  As always with performance, there are two things I highlight.  First, improve the biggest contributors first.  Second, after a certain threshold, further improvements may not matter.  For example, high frequency trading depends on the microseconds required, rendering a web page does not.
Labels:
link,
performance,
web
Subscribe to:
Post Comments (Atom)
 
No comments:
Post a Comment