top | item 46798730

(no title)

DrBazza | 1 month ago

> Windows 11's file browser lags when opening directories with more than 100-ish files. Windows 11's file browser takes a few seconds to open at all.

There's a guy that has written their own version of explorer that's so fast in comparison to the built-in, that you'd think they were cheating somehow because of everyone's experience with explorer.

And someone has written an IDE for C++ that opens while Visual Studio is on its splash screen.

And another that has written a debugger with the same performance.

And a video doing the rounds of Word ('97?) on spinning rust opening in just under 2 seconds.

Basically, everything MS is doing is degrading performance. Opportunities for regular devs to go back to performant software, and MS is unlikely to fix theirs in the foreseeable future.

discuss

order

benhurmarcel|1 month ago

> version of explorer that's so fast

https://filepilot.tech/

ZeWaka|1 month ago

$250 for a version with updates past a year? yikes

iJohnDoe|1 month ago

I've tried this a few times. Windows 10. Downloaded the 2MB file, double-clicked on it, and nothing happens. Same thing when I tried it a few months again. Put it in a command prompt and no output of an error.

I'm starting to worry I just launched something malicious.

AuthAuth|1 month ago

The problem is on windows you're competing directly against the guys who own the operating system. So even when there is a gap for a better file manager the one that microsoft makes is so entrenched and microsoft can make sure they always win. It sucks.

deaddodo|1 month ago

That was the argument used for IE/Edge. But eventually it got so terrible that the first thing everyone does now is install Chrome/Firefox/Brave.

They obviously have an advantage, but it’s not insurmountable to being garbage.

hn_acc1|1 month ago

I found chrome was putting itself into "eco mode" on my Lenovo (work) laptop all of a sudden. Meant that waking up took FOREVER, and accessing a web page (required as part of a daily login) took 15+ seconds to load when first logging in, as opposed to a few seconds, which caused our password app to timeout at times, etc. Who the heck comes up with these ideas? "Eco mode" by default? And no way to disable it easily? I had to add an obscure switch to the chrome startup to make it run normally again.

bobbob1921|1 month ago

On newer laptops, and I’ve seen this specifically on thinkpads) if the power supply you are using is not the correct wattage, the system will throttle down significantly. I started noticing this by looking at windows task manager and noticing the CPU would not scale above 0.8 GHz. Not sure if Chrome responds in the same way, but it’s worth looking into. Fix was easy, just get a proper wattage power supply (i went with oem)

vee-kay|1 month ago

A similar example: Microsoft's Windows Search function is so pathetic and slow, yet there's another little company who gives a blazing fast file search tool, that's available as (portable) freeware since 15+ years.

Everything Search: https://www.voidtools.com/

Everything Search uses the NTFS indexes to do blazing fast file or folder searches. It has a neat and clean interface, and no nagging ads (unlike.. cough, cough.. Windows 11). Everything Search is one of the first tools I install on any new Windows PC.

bobbob1921|1 month ago

Amazing, perfect app! I use it frequently, and I love the response I get from customers or friends whom I turn onto it (or install it for). I also encourage others to donate to this developer. The sad thing is casual users would not even think of donating as they assume this type of feature should be (properly) built into the OS; so I’ve made sure to donate on behalf of users I’ve turned on to Everything. Great app!

mjevans|1 month ago

It was VERY common in the spinning rust era to already open (office, etc) applications in the background. I think the launch operation only allocated window resources and finished the job; all the hit the disk work was already precached in memory while the OS was doing the slow computer starting up / logging into the network steps and the user was off getting a coffee or something.