Source is this video:

Windows Was The Problem All Along - Dave2D

We could obviously compare performance between windows and steamOS before on the steam deck, or between windows and Bazzite on other handhelds. But this is the first time we have had official windows and SteamOS builds for the same hardware.

  • Warl0k3@lemmy.world
    link
    fedilink
    arrow-up
    15
    ·
    edit-2
    6 days ago

    Yes/no.

    The linux scheduler is a work of art - heuristics to dynamically determine resource access priority, checks for resource locking that are some of the most elegant pieces of code written by humanity, incredibly adaptable and clever. It took me the better part of a year before I really understood the underlaying mechanics, and even now I could by no means reproduce it on my own. It’s truly an amazing bit of mathematics.

    Windows solves the same problem by randomly elevating processes to maximum priority. That’s it, that’s the whole algorithm.

    Depressingly, they’re equally effective.