• SuperSpruce@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    This might be a hot take but I’ve noticed some complicated electron apps are faster than some simple native apps. The striking example to me is how Vs code runs better and has a lower startup time than the stock Windows 11 File manager.

    A well written electron app is better than a poorly written native app sometimes.

    • Knusper@feddit.de
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I mean, sure, but:

      1. The Windows File Manager is really just awful in that regard. You can get alternative file managers that start up in a fraction of that time, with more features.

      2. Startup time isn’t really the worst of it. RAM usage is worse. And if a program uses lots of RAM, it will still appear quite performant. But it makes everything else on your system slower.

      • vivadanang@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        file manager opens instantly.

        genuinely curious, I have a shitton of networked drives and at least 7 volumes on this locally, file manager has always popped open ready to go at a click or hotkey.

      • SuperSpruce@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Can you recommend some third party windows file managers?

        1. Stock file manager has an okay UI (tabs are super nice) but is kinda slow, especially on battery.

        2. I tried explorer++ but its UI is clunky and it’s only slightly faster than the stock file manager.

        • legendarydromedary@feddit.nl
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I’ve been using Double Commander for years and I love it, but the UI takes some getting used to (and the default settings aren’t great).

    • railsdev@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      1 year ago

      That’s the exact opposite of my experience but I’m comparing macOS native apps, not Windows apps.

      On top of that, the macOS Electron apps don’t allow me to do half the stuff you can do in macOS such as command + click the title of a document to open its parent folder, renaming/moving documents while they’re open (are we emulating FAT32 lol), sloppy “native”-looking components that are mismatched, etc.