TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What industries need bare metal hand tuned performance optimizations?

4 pointsby k0k0r0almost 2 years ago
I know that they do that a lot in high-frequency trading and in the gaming industry. Both of them are not an option to me. Of course, this is done in academia, but that&#x27;s not &quot;really&quot; an industry.<p>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 &quot;magic&quot; to python projects, but I don&#x27;t know whether there actually is a market for that.<p>What are your experiences? Is anybody here paid to speed things up?<p>Edit: Typos

3 comments

samthoalmost 2 years ago
Embedded development but specifically low-powered embedded development. Not everything is wifi and cell network, sometimes you have devices that wake up, broadcast a signal over LoRa or Zigbee and return to sleep. Specialized batteries can last 10+ years. You see some of this stuff in smart lighting remotes and sensors.<p>However much of this was done in the interest of as few cpu cycles as possible rather than raw speed.
emrahalmost 2 years ago
Although it&#x27;s not a purely software industry, embedded development has a lot of opportunity for bare metal hand tuned optimizations
monero-xmralmost 2 years ago
Cryptocurrency requires money to pay for transactions. The most performant pieces of smart contracts by the best firms are written in assembly, as this saves money. The crypto industry has been the primary financial motivator for advancement in formal verification technology over the past few years.
评论 #35997513 未加载