https://issues.dlang.org/show_bug.cgi?id=22447
Issue ID: 22447
Summary: std.sumtype.match has poor compile-time performance
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
See this thread on the D forum:
https://forum.dlang.org/post/[email protected]
Profiling the test suite with LDC's --ftime-trace flag should be the first step
here. Additional test cases, especially those derived from real-world code,
would be very helpful for this.
--