ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/TimSort/README
Revision: 1.1
Committed: Tue Sep 1 01:31:10 2009 UTC (14 years, 8 months ago) by jsr166
Branch: MAIN
CVS Tags: release-1_7_0, HEAD
Log Message:
import tests from openjdk

File Contents

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