Java Performance Tuning

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jyohere
    New Member
    • Apr 2007
    • 73

    #1

    Java Performance Tuning

    Can anyone guide me to a good site on performance tuning of java code.....
  • prometheuzz
    Recognized Expert New Member
    • Apr 2007
    • 197

    #2

    Comment

    • jyohere
      New Member
      • Apr 2007
      • 73

      #3
      I want performance tuning or optimization for code

      Comment

      • JosAH
        Recognized Expert MVP
        • Mar 2007
        • 11453

        #4
        Originally posted by jyohere
        I want performance tuning or optimization for code
        Erm, that's what that article is all about: optimization of code. But I guess that
        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,

        Jos

        Comment

        Working...