Cached Incremental Updates of DUB Builds

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jan 26 15:16:57 PST 2015


On Monday, 26 January 2015 at 22:41:09 UTC, Adam D. Ruppe wrote:
> On Monday, 26 January 2015 at 22:33:21 UTC, Nordlöw wrote:
>> My project has grown beyound 10k lines of code.
>
> Eh, that's nothing, especially if they aren't templates. dmd 
> will compile that in a fraction of a second (and even then, if 
> you used phobos, reading the stdlib into memory will dominate 
> the compile time)

Correction: I checked again. It's around 30k lines, including 
arsd/dom.d ;)

I'm using Phobos higher-order ranges whereever I can.

I meant that I try to make the inter-object interfaces in 
knet/*.d un-templatized whenever I can.


More information about the Digitalmars-d-learn mailing list