Why C++ compiles slowly

Walter Bright newshound2 at digitalmars.com
Wed Aug 25 13:30:53 PDT 2010


retard wrote:
> He forgot:
> 
> 0. use a better algorithm (the big O notation matters, like in this case)

No, I didn't forget that. There's no benefit to using a better algorithm in the 
code that isn't the bottleneck. In my experience, even very experienced 
developers are nearly always wrong about where the bottlenecks are if they've 
never used a profiler.


More information about the Digitalmars-d mailing list