$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Walthall (walthall_at_[hidden])
Date: 2007-03-21 16:04:02
Paul Giaccone wrote:
> Just a thought - is this code optimised? The compiler will go some way
> to optimising the code, and presumably David used the same optimisation
> flags in each implementation
Hi Paul,
I neglected to mention that I compiled with the default Release flags
under VC (/O2 => maximum speed). For the different sorts, I changed a
#define value, which then included only the files needed for the sort I
was testing.
David