$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-09-18 11:25:06
> You guys might want to take a look at the performance test Matthias
> Troyer and I developed for the parameter library. Matthias is an
> expert in high-performance computing and knows how to correct for some
> of those effects.
Yep, that's pretty much what the program does: hammer through the test case
a few times to eliminate cache effects, and then do a timed run at the end.
We could really use a Boost.Performance library rather than lots of folks
doing their own thing, should someone want to take the hint and write one
:-)
John.