
21 Mar
2007
21 Mar
'07
8:04 p.m.
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