Optimize ArrayList subList sort

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 24
    • Affects Version/s: None
    • Component/s: 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

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

              Created:
              Updated:
              Resolved: