Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8325679

Optimize ArrayList subList sort

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 24
    • None
    • core-libs

      Somewhat surprisingly, ArrayList sublist sort is not specialized and will thus fall back to slower default method of List.sort() instead of quickly sorting a range of the backing array. This seems like an easy performance win, similar to e.g. JDK-8202685

            attila Attila Szegedi
            attila Attila Szegedi
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: