in reply to Re: simple swap...
in thread simple swap...

What about testing the number of iterations for a specified amount of runtime, as was done in the original test, as opposed to timing a set number of iterations and checking the time as you did? The first method seems more likely to be accurate to me, and anyway you can't compare the tests unless they are the same, due to the vagaries of benchmark.

I'd be interested to see the results, but don't have Perl 5.6. Both methods of testing show the traditional method to be faster on 5.005_03.

  • Comment on (Robert Flach -- tests aren't equal)RE: Re: simple swap...