Reflections on isPalindrome

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Oct 28 06:30:03 PDT 2014


On Tuesday, 28 October 2014 at 11:51:42 UTC, MattCoder wrote:
> I forgot to say that I'm compiling with DMD without any 
> compiler hints/optimizations.

Try compiling with DMD flag

-release

and perhaps also

-release -noboundscheck

to get relevant results.

DMD is currently not that good at inlining range primitives.


More information about the Digitalmars-d-learn mailing list