Hacker News new | past | comments | ask | show | jobs | submit
Apple has been working ruthlessly on battery efficiency for a long time because of the phones and their tendency to minimize battery sizes on Macs for thinness.

The exact design of the cores, how they’re scheduled, the way background stuff is handled on MacOS. All of it. The chips are made on a fantastic process too, but that alone isn’t it. For example they’ve been putting the ability to drop refresh rate really low when nothing changes to more and more of their machines.

It could be that the Intel chip is close, IDK.

But add in other motherboard components, the screen, the OS, the software and system libraries, all are optimized together to hit those numbers. And any of those alone or in combination could be part of the differences.

> their tendency to minimize battery sizes on Macs for thinness.

Is this actually a thing? Macbook Pro goes up to 100 Wh and almost nobody goes above that because it's the highest capacity battery you don't need special permission to have in a carry on at the airport.

> But add in other motherboard components, the screen, the OS, the software and system libraries, all are optimized together to hit those numbers.

I always find this argument weird because there is so little actual "together" having anything to do with it. Are TSMC's current process nodes efficient? Yes. Can you save power by dropping the refresh rate? Yes. Do the teams doing these things need to coordinate with each other somehow rather than each doing their part independently? Not really.

loading story #49228194
I think the Top500 benchmark is biased here. It’s a supercomputing benchmark which means it’s going to heavily weight SIMD and float64 performance, which are things that rarely matter for everyday computing. SIMD has uses in the real world - image or video editing, data crunching, graphics. But consumers basically never use fp64 any more, and so many modern chips have next to zero performance on them. That could easily skew the numbers in intel’s favor.
loading story #49225274
loading story #49226866
loading story #49227321