in reply to Re^4: Should multiplication by integer be avoided in favour of division for performance reasons? (benchmark pitfalls)
in thread Should multiplication by integer be avoided in favour of division for performance reasons?

Thanks for the details. I did get some improvements a while ago with some Inline::C code by pushing the loops into the C part instead of just the loop bodies, but don't recall seeing differences like those reported higher in this thread.

I'll have a peruse of the XS docs and Sub::Block.

  • Comment on Re^5: Should multiplication by integer be avoided in favour of division for performance reasons? (benchmark pitfalls)