Re: hasUDA alternatives?

2023-01-31 Thread Anonymouse via Digitalmars-d-learn
On Saturday, 28 January 2023 at 17:16:07 UTC, Hipreme wrote: [...] Thank you. I incorporated some of these ideas and looked up how to profile the compilation with tracy, and now dmd memory requirements are down to ~2100 Mb. It's still a far cry from your 250 Mb, however. I changed it to

Re: hasUDA alternatives?

2023-01-28 Thread Hipreme via Digitalmars-d-learn
On Saturday, 28 January 2023 at 16:29:35 UTC, Anonymouse wrote: I use `hasUDA`, `getUDAs` and `getSymbolsByUDA` fairly heavily in my project. dmd requires some 3.2Gb to compile it, a dub recompilation taking somewhere around 8-14 seconds, depending on the phase of the moon. It's not too bad,