Hacker News new | ask | show | jobs
by heavenlyblue 1481 days ago
What about performance-per-watt?
2 comments

Main memory accesses dominate energy consumption, so the lower your total memory bandwidth the less energy an algorithm will take.

https://www.researchgate.net/figure/Data-movement-is-overtak...

The chart above shows a 1000x (3 orders of magnitude base 10) increase in energy consumption relative to a register move (it really should be called copy).

The bigger the vectors, the better the performance per watt.