[Issue 18511] Using std.range / std.algorithm templates cause big slowdown in compilation time

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18511

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P4

--


[Issue 18511] Using std.range / std.algorithm templates cause big slowdown in compilation time

2018-02-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18511

Ketmar Dark  changed:

   What|Removed |Added

 CC||ket...@ketmar.no-ip.org

--


[Issue 18511] Using std.range / std.algorithm templates cause big slowdown in compilation time

2018-02-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18511

--- Comment #1 from hst...@quickfur.ath.cx ---
Sorry, missed the command for compiling the slow version:

time dmd -c -version=slow test.d

--