Thanks to /. for this one, but there is a really good article a IBM DevWorks discussing three commonly held myths about hava performace. I have to admit, I thought the immutable object strategy was truth myself.
wow, very informative post. i actually had heard 2 and 3 and believed them. final and immutable stuff. i dont really do any benchmarking, yes i should, but generally i write it using what i think are standard practices and then only look at performance stuff if there is ever an issue, and usually, with enough memory on the machine there arent issues. thats good and bad i guess. anyway, enlightening article.
Comments
Re: Java Performace Myths
wow, very informative post. i actually had heard 2 and 3 and believed them. final and immutable stuff. i dont really do any benchmarking, yes i should, but generally i write it using what i think are standard practices and then only look at performance stuff if there is ever an issue, and usually, with enough memory on the machine there arent issues. thats good and bad i guess. anyway, enlightening article.