jdk-24/test/jdk/java/util/TimSort
2018-01-16 18:28:39 -08:00
..
ArrayBuilder.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
README 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Sorter.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SortPerf.java 8193300: Miscellaneous changes imported from jsr166 CVS 2018-01 2018-01-16 18:28:39 -08: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.