Win64, merge-2.067, LLVM master, VS 2015 - current status
David Nadlinger via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Thu May 21 12:07:18 PDT 2015
On Thursday, 21 May 2015 at 19:05:33 UTC, John Colvin wrote:
> Rule of thumb: don't use array ops for short arrays. They are
> quite well optimised for large arrays, but aren't great in
> cases like your example.
We should be able to do better, though, especially for cases like
this where the length is known statically.
— David
More information about the digitalmars-d-ldc
mailing list