Subject: [boost] proposed sorting library benchmark/tuning script
From: Steven Ross (spreadsort_at_[hidden])
Date: 2009-07-29 15:41:41


I have a Perl benchmark/tuning script for my sorting library that:
1) optimizes tuning constant values for the system and compiler tested on
2) runs a suite of tests using randomized inputs and compares
weighted-average performance vs. std::sort, and at the same time verifies
that results are identical.

Do I need to convert this to a different scripting language or a C++
application so that everybody can use it?
Perl is pretty standard, but not everybody has it installed.