https://issues.dlang.org/show_bug.cgi?id=20434
Steven Schveighoffer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Steven Schveighoffer <[email protected]> --- > int[] trash = uninitializedArray!(int[])(i * 1024*1024); Should this be `size * 1024*1024` instead? I would expect doing 1000 allocations of +1MB each iteration to get slower over time. --
