• deafboy@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    21 hours ago

    This trend is not limited to windows. Try to open a notepad or a calculator on any modern linux distro. 3-5 seconds. And it’s getting worse with snaps and flatpacks.

    • floofloof@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      19 hours ago

      It’s true, but the effect is still much less pronounced on Linux than Windows. Opening a web browser, for instance, is usually a lot faster in Linux than opening the same browser in Windows.

      Part of the problem is everyone building on common libraries that themselves build on libraries, leading to layer after layer of abstraction with a little loss of efficiency at each one. Since most software is cross-platform, this affects multiple operating systems. And needing to build for multiple platforms is itself one of the drivers of all this abstraction.