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

Parallel array sorting - JEP 103

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • P2
    • None
    • None
    • core-libs
    • None

    Description

      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)
          ...

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: