jdk-24/jdk/test/java/util/TimSort
Kelly O'Hair fe008ae27a 6943119: Rebrand source copyright notices
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00
..
ArrayBuilder.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
README 6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort 2009-07-29 14:24:19 -07:00
Sorter.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -07:00
SortPerf.java 6943119: Rebrand source copyright notices 2010-05-25 15:58:33 -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.