Java Theory and Practice: Anatomy of a Flawed Microbenchmark
By Brian Goetz2005-04-27
Is There Any Other Kind?
Even when performance is not a key requirement, or even a stated requirement, of the project you're working on, it is often difficult to ignore performance concerns, because you may think that would make you a "bad engineer." Toward the end of writing high-performance code, developers often write small benchmark programs to measure the relative performance of one approach against another. Unfortunately, as you learned in December's installment "Dynamic compilation and performance management", assessing the performance of a given idiom or construct in the Java language is far harder than it is in other, statically compiled languages.
Tutorial pages:
|
First published by IBM developerWorks
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Java Theory and Practice: Anatomy of a Flawed Microbenchmark"
You must be logged in to post a comment.
Link to This Tutorial Page!

