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.
