> The example output on your github page is still wrong, the cycles count is 
> much too high.

Is it? I've probably benchmarked it without the release switch.

As usual beware of the optimizer, make sure the benchmark function doesn't 
elide the comparison completely. Introducing an argument using measureArg is a 
nice way to prevent this class of problems.

Reply via email to