Faster Dlang Execution

seany seany at uni-bonn.de
Tue Jun 8 17:10:47 UTC 2021


Hello

How can I increase the speed of executable files created via :

`dub build -b release`

I am unable to parallellise all of it, as it depends on part of 
the result being calculated before something else can be 
calculated.

I have many `nonsafe, nonpure` functions. Classes are virtual by 
defalut. Profiling doesn't help, because different input is 
causing different parts of the program to become slow.

Thank you.




More information about the Digitalmars-d-learn mailing list