http://d.puremagic.com/issues/show_bug.cgi?id=7442
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|CTFE | CC| |[email protected] Component|DMD |Phobos --- Comment #3 from Don <[email protected]> 2012-04-11 01:06:51 PDT --- This is slow because the code makes 15000 concatenations (and I didn't check what else it does, there may be other performance issues). That would be poor performance even in runtime code. The memory usage is exacerbated by CTFE bug 1382 and bug 6498, but basically this is a Phobos bug. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
