Greenwashing

welkam wwwelkam at gmail.com
Thu May 28 12:21:31 UTC 2020


On Thursday, 28 May 2020 at 07:36:05 UTC, Paolo Invernizzi wrote:

> tuning the hot path is still the way to go if you care for 
> speed.

You havent done many optimizations have you? The few hot spots 
happens when you have a simple program or there were no attempts 
made to optimize the code. If you profile say DMD code you will 
find that there are no hot spots. If you want the code to be fast 
you need to care about all of it. Some parts need more attention 
than others but you still need to care about it.


More information about the Digitalmars-d mailing list