jdk-24/jdk/test/java/util/TimSort
Josh Bloch 827200b265 6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort
Easy port of timsort from android

Reviewed-by: martin
2009-07-29 14:24:19 -07:00
..
ArrayBuilder.java 6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort 2009-07-29 14:24:19 -07:00
README 6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort 2009-07-29 14:24:19 -07:00
Sorter.java 6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort 2009-07-29 14:24:19 -07:00
SortPerf.java 6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort 2009-07-29 14:24:19 -07:00

This directory contains benchmark programs used to compare the
performance of the TimSort algorithm against the historic 1997
implementation of Arrays.sort.  Any future benchmarking will require
minor modifications.