6 ms·
> This process, while obviously is much slower on spinning HDD, it surprisingly isn't really that fast on NVME SSD, either. Windows is renowned for having awfu
by simplotek 3y ago
> This process, while obviously is much slower on spinning HDD, it surprisingly isn't really that fast on NVME SSD, either.
Windows is renowned for having awful performance in usecases involving accessing many small files even for read-only applications. I know a team that even went as far as testing switching away from Windows to build Windows apps and instead switched to cross-builds on Linux just to avoid that performance sinkhole. Meanwhile I worked on a multiplatform project where macOS builds on a Mac mini for the exact same project took less than half the time to build than on a beefed up Windows workstation.
Here's an interesting discussion on HN from a couple of years ago on this topic.
https://news.ycombinator.com/item?id=18783525 https://news.ycombinator.com/item?id=18783525
- kevin_thibedeau 3y agoIt doesn't help that corporate Windows machines are infested with AV snakeoil scanners slowing down FS access.
- narwally 3y agoIt took me forever to figure out that windows defender was what was slowing emacs down to a crawl on windows. I even went through the trouble of compiling native-comp and it was still slow.