this post was submitted on 18 Sep 2023
1 points (100.0% liked)

linuxmemes

21180 readers
799 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] SuperSpruce@lemmy.ml 1 points 1 year ago (2 children)

    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 0 points 1 year ago (2 children)

    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.

    [–] SuperSpruce@lemmy.ml 0 points 1 year ago (1 children)

    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.

    [–] Knusper@feddit.de 0 points 1 year ago

    Well, the file manager I use on Linux, Dolphin, has an experimental Windows version.
    When I learned of that a few years ago, I gave it a shot on Windows and I prefered it to File Explorer, but it's not like I compared it to other offerings or anything like that.

    I do think that's the best file manager on Linux and most features were working on Windows back then, so it's not unlikely either, that it is by far the best offering for Windows. But it could also be a buggy mess. I wouldn't know...

    [–] vivadanang@lemm.ee 0 points 1 year ago (1 children)

    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.

    [–] Knusper@feddit.de 0 points 1 year ago

    I don't know, man. I haven't done a scientific study on it either.

    It was one of the reasons why I switched from Windows to Linux. On the same HDD, with same data, Windows file manager took half a minute to open, when the various Linux file managers were all instant.
    I did 'refresh' Windows beforehand, too, which Microsoft claims is like reinstalling. Couldn't easily do a proper reinstall, because of OEM license horseshit.

    These days, I only really see Windows when colleagues are using it. That's all within my company's network drive infrastructure. Maybe it is being slowed down by that.

    That's still proof enough for me, though, that Windows file manager is shittily coded. A proper architecture would have the UI in a separate thread from all the file operations and it should never be the case that a slow hard drive or network drive is causing the UI to appear later.

    [–] crispy_kilt@feddit.de 0 points 1 year ago (1 children)

    That's because all the important bits in VSCode are reimplemented in C++

    [–] SuperSpruce@lemmy.ml 0 points 1 year ago (1 children)

    You can use C++ for web technology instead of JavaScript? I'm taking a class in C++ right now so I'd be happy to swap janky JavaScript for pedantic but speedy C++ in new projects.

    [–] crispy_kilt@feddit.de 0 points 1 year ago

    VSCode is a desktop app, hence using real languages is easy. For websites there is webassembly. Try this: https://www.rust-lang.org/what/wasm