Parallel array sorting - JEP 103

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: None
    • Component/s: core-libs
    • None

      see http://openjdk.java.net/jeps/103

      More specifically, add:

        java.util.Arrays
          parallelSort(byte[] a)
          parallelSort(byte[] a, int fromIndex, int toIndex)
          parallelSort(short[] a)
          parallelSort(short[] a, int fromIndex, int toIndex)
          parallelSort(int[] a)
          parallelSort(int[] a, int fromIndex, int toIndex)
          ...

            Assignee:
            Chris Hegarty
            Reporter:
            Chris Hegarty
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: