tiny alternative to std library

Imperatorn johan_forsberg_86 at hotmail.com
Mon Mar 1 08:52:35 UTC 2021


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?


More information about the Digitalmars-d-learn mailing list