Search:

Type: Posts; User: Cornix

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,016

    Re: Sorting in Java:

    If you want to choose the method yourself dont use the standard library. It does not give you any choice.
    If your application needs that tiny little bit of performance that much that then you should...
  2. Replies
    5
    Views
    1,016

    Re: Sorting in Java:

    The answer is that you should not care what kind of sorting algorithm is used. Its possibly changing with every java update.
    What is important is that the time needed for the sorts is no slower then...
Results 1 to 2 of 2