blog.kdgregory.com
Friday, January 29, 2010
Micro-Optimization is Easy and Feels Good
›
Have you ever seen code like this? private String foo(String arg1, int arg2) { StringBuilder buf = new StringBuilder(); buf.appen...
Wednesday, January 27, 2010
The Time Quantum Fallacy
›
So why would someone who's writing a servlet worry about the time taken for a cast? I can't believe it's due to a fear of softw...
Monday, January 25, 2010
The Urge to Optimize
›
I've a Servlet filter which performs the following type cast [...] What is the performance impact of such a cast? Is it worth to accept...
‹
›
Home
View web version