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

Parallel array sorting - JEP 103

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • None
    • 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)
          ...

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

              Created:
              Updated:
              Resolved: