A few notes on choosing between Go and D for a quick project
weaselcat via Digitalmars-d
digitalmars-d at puremagic.com
Wed Mar 18 17:42:50 PDT 2015
On Wednesday, 18 March 2015 at 12:59:17 UTC, bearophile wrote:
> High level constructs in D are often slower than low-level
> code, so in some cases you don't want to use them.
I actually found that LDC does an _amazing_ job of optimizing
high level constructs and converting "low level" code to higher
level functional code resulted in minor speedups in a lot of
cases.
(Other performance benefits include the algorithm primitives
being extensively optimized in phobos.)
More information about the Digitalmars-d
mailing list