A few notes on choosing between Go and D for a quick project

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Mar 18 15:17:14 PDT 2015


On 3/18/2015 5:59 AM, 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.

They're often faster, too, for several reasons.

Like any programming construct, including traditional loops, one has to pay 
attention and use them with some skill in order to get max performance.


More information about the Digitalmars-d mailing list