D, SCons, Dub

Atila Neves via Digitalmars-d digitalmars-d at puremagic.com
Mon Apr 17 15:59:55 PDT 2017


On Monday, 17 April 2017 at 20:56:55 UTC, Alex wrote:
> On Monday, 17 April 2017 at 17:51:33 UTC, Russel Winder wrote:
>> Just in case anyone gives a ####:
>>
>> I have submitted a pull request that adds ProgramAllAtOnce
>
> I have been trying to do the opposite with scons - incremental 
> builds. In c++ the .h and .cpp files allowed the compilation 
> from many edits to be limited to one translation unit.

In D, this is nearly always slower (I measured). Compiling per 
package, however, is a lot faster.

Atila



More information about the Digitalmars-d mailing list