Is there any language that native-compiles faster than D?

Adam D. Ruppe destructionator at gmail.com
Fri Aug 21 15:16:39 UTC 2020


On Friday, 21 August 2020 at 12:51:29 UTC, Per Nordlöw wrote:
> How big is that program?

Small, < 1000 lines, it is a little tetris game.

> Are you saying ldc's webassembly backend is much faster than 
> its native (x86) backend?

No, the difference is probably because my custom druntime and 
stdlib are more minimal.

D as a language remains fast, but the stdlib has gotten slower to 
compile as time goes on.


More information about the Digitalmars-d mailing list