Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

For pure CPU computation Windows is just as fast as Linux since 99.9% of the time it's your code running and not the OS.


Not true. Changes to the OS, particularly to the scheduler, can affect CPU-bound work a great deal. It's "your code", but the OS decides when and where it runs. For example, the changes between Linux 6.5 and Linux 6.6 led to a >20% uplift in TensorFlow and some smaller uplifts to Blender. This is the same software on the same hardware.

https://www.phoronix.com/review/linux66-epyc-xeon/3

I couldn't track down a more detailed scheduler-specific benchmark. I remember reading one on Phoronix a few months back...


Depending on the code you're running, calling convention can matter a lot. The SysV ABI will use xmm/ymm/zmm automatically, whereas on Windows you have to opt into it with __vectorcall.


Not many compute clusters run windows




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: