Beta D 2.068.2-b2
Meta via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Mon Sep 21 10:39:17 PDT 2015
On Monday, 21 September 2015 at 13:23:21 UTC, Rory McGuire wrote:
> That takes forever on 2.068.0 as well. Even as:
> import std.range;
>
> uint[ushort.max] inst;
> alias InstElem = ElementType!(typeof(inst));
>
> even weirder (to me at least) its related to the number of
> items in "inst". uint[1] is quick. uint[10000] takes about
> 1.5s, uint[20000] takes about 5s.
>
> On which compiler did this run quickly?
I haven't had the chance to test it with anything earlier than
2.068 yet.
More information about the Digitalmars-d-announce
mailing list