vectorization of a simple loop -- not in DMD?
bauss
jacobbauss at gmail.com
Tue Jul 12 12:47:26 UTC 2022
On Tuesday, 12 July 2022 at 10:32:36 UTC, ryuukk_ wrote:
> How do i achieve fast compile speed (results above were on
> windows, on linux i get much faster results):
>
> I maintain healthy project management:
>
This
>
> - Imports of std: i simply don't, and i copy/paste functions i
> need
>
> - I avoid dub packages, instead i prefer import/src path, and i
> chery pick what i need
And this.
Can be argued to not be healthy project management.
Of course if you're alone it doesn't matter, but if it's a larger
project that will have multiple maintainers then it will never
work and will tarnish the project entirely.
More information about the Digitalmars-d-learn
mailing list