Building C++ modules

Jacob Carlborg doob at me.com
Sun Aug 18 16:18:21 UTC 2019


On 2019-08-15 20:53, Exil wrote:

> Don't know any compiler that's that fast, definitely not D and not even 
> Jai.

It highly depends on what kind of code you write. A simple application 
using DWT [1] takes 7.5 seconds to compile on my machine, using Docker 
and inside a virtual machine. DWT is around 400k lines of code and 
comments. But DWT is a port of the Java library SWT, so it contains very 
few templates and other compile time features.

[1] https://github.com/d-widget-toolkit/dwt

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list