jdk/test/java/util/TimSort/README
author jjb
Wed, 29 Jul 2009 14:24:19 -0700
changeset 3420 bba8035eebfa
permissions -rw-r--r--
6804124: Replace "modified mergesort" in java.util.Arrays.sort with timsort Summary: Easy port of timsort from android Reviewed-by: martin

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.