logoalt Hacker News

Scene_Cast2today at 1:11 PM1 replyview on HN

This post assumes C/C++ style business logic code.

Anything HPC will benefit from thinking about how things map onto hardware (or, in case of SQL, onto data structures).

I think way too few people use profilers. If your code is slow, profiling is the first tool you should reach for. Unfortunately, the state of profiling tools outside of NSight and Visual Studio (non-Code) is pretty disappointing.


Replies

layer8today at 3:43 PM

I don’t disagree, but profiling also won’t help you with death by a thousand indirections.