All right, all right! Interim decision regarding qualified Object methods
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.org
Thu Jul 12 07:45:29 PDT 2012
On 7/12/12 10:40 AM, deadalnix wrote:
> And one branching. In itself it isn't high cost, but can become a
> problem in a tight loop, say a sort function for instance.
Cost should be assessed in comparison to the baseline work that is being
performed. At any rate, the branch predictor should take care of
branches that mostly go one way in a loop.
Andrei
More information about the Digitalmars-d
mailing list