Ask HN: What industries need bare metal hand tuned performance optimizations?
4 points| k0k0r0 | 2 years ago
I suspect there is a lot of real world simulation, especially of some physics (and graphics, but that is less interesting to me), where such optimizations are needed. But as far as I understand, in general such help is not really appreciated there. The cost of to other programmers to deal with necessary changes existing code, as well as the fact that hardware and compute time are cheaper than programmers, seems to make things difficult. I seriously consider learning to write python interfaces to do "magic" to python projects, but I don't know whether there actually is a market for that.
What are your experiences? Is anybody here paid to speed things up?
Edit: Typos
samtho|2 years ago
However much of this was done in the interest of as few cpu cycles as possible rather than raw speed.
emrah|2 years ago
monero-xmr|2 years ago
k0k0r0|2 years ago