author | ctornqvi |
Thu, 16 May 2013 15:31:00 +0200 | |
changeset 17598 | f78d22d3c6c2 |
parent 3420 | bba8035eebfa |
permissions | -rw-r--r-- |
3420
bba8035eebfa
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
jjb
parents:
diff
changeset
|
1 |
This directory contains benchmark programs used to compare the |
bba8035eebfa
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
jjb
parents:
diff
changeset
|
2 |
performance of the TimSort algorithm against the historic 1997 |
bba8035eebfa
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
jjb
parents:
diff
changeset
|
3 |
implementation of Arrays.sort. Any future benchmarking will require |
bba8035eebfa
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
jjb
parents:
diff
changeset
|
4 |
minor modifications. |