On Thursday, 25 February 2021 at 22:39:11 UTC, Anthony wrote:
Hello,I noticed that importing some std libraries causes the build time to jump to around 1 - 3 secs.I started creating my own helper functions to avoid importing std for scripting and prototyping in order to keep the compile time at around 0.5 secs.I was wondering if anyone knows of any libraries that are geared towards something like this?Thanks
What part of std? Have you tried selective imports?