this post was submitted on 02 Oct 2023
85 points (98.9% liked)

linuxmemes

20762 readers
1728 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

I remember when Proton launched it was like magic playing games like Doom and Nier Automata straight from the Linux Steam client with excellent performance. I do not miss the days of having the Windows version of Steam installed separately.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] psycho_driver@lemmy.world 1 points 11 months ago (1 children)

Windows too busy using those cpu cycles to gather your usage metrics for sale to third parties.

[โ€“] CeeBee@lemmy.world 1 points 11 months ago

Somewhat true, but the truth is that the CPU scheduler on Windows is just awful. It literally wastes performance because it doesn't optimize instructions as efficiently as schedulers on other OSes.

Without going into details, we ported an application that I worked with that did complex scientific calculations to Linux. All the calculations code was done in C and C++ so it was 99.9% OS agnostic. We consistently got at least a 50% performance increase when running on Linux as opposed to Windows. We tested just about every edition of Windows from Windows 8/Server 2013 to Windows 10/Server 2019. The version of Windows that did best was Windows 7 and Linux was 50% faster. All the other editions were slower.

And the distro of Linux didn't matter much. A few percent difference here and there, but all of them were astonishingly faster than Windows.