Can anyone guide me to a good site on performance tuning of java code.....
Java Performance Tuning
Collapse
X
-
-
I want performance tuning or optimization for codeOriginally posted by prometheuzzComment
-
Erm, that's what that article is all about: optimization of code. But I guess thatOriginally posted by jyohereI want performance tuning or optimization for code
you want to optimize user code, e.g. your own code. Take it from me: you don't
want to be there; better pick another, more efficient algoritm (big-Oh wise) than
trying to apply micro optimizations and other code tweaking to your code.
It doesn't bring you much. I've been there, done that.
kind regards,
JosComment
Comment