DIP19: Remove comma operator from D and provision better syntactic support for tuples

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sun Sep 23 20:24:16 PDT 2012


On 9/23/12 9:27 PM, deadalnix wrote:
> I understand the trouble here. But why divide and conquer is preferable
> here over a static foreach over the tuple ?

There are fewer data dependencies, which results on faster execution on 
today's CPUs.

Andrei


More information about the Digitalmars-d mailing list