[Issue 21907] New: The number of templates instantiated when doing just `import std;` is too damn high
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 7 23:53:17 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21907
Issue ID: 21907
Summary: The number of templates instantiated when doing just
`import std;` is too damn high
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: andrei at erdani.com
Ideally there should be virtually no work done when the standard library is
imported but not used.
First step:
https://github.com/dlang/phobos/pull/8053
--
More information about the Digitalmars-d-bugs
mailing list