Conversation

Q: why did i optimize my code (running on Windows) but it works slower now A: almost invariably because some Windows process with a bland and uninformative name like "Windows Modules Installer Worker" has decided that it's going to do 30 MB/s of disk writes for foreseeable future
6
225
Replying to
I'm not entirely sure how it will treat spawned sub-processes but it should at least make it calm down with maintenance work. You might have to convince it more things are games. I use this to make YouTube videos work when I'm doing a bunch of stuff in the background though.
1
5
Replying to and
I think it works well for Chrome because it recognizes all of the spawned sub-processes as games too since they're all chrome.exe. Basically would expect that it treats MSVC++ spawned processes as not games. There's probably some way to just add exe paths to the list.
1
4
Replying to and
Maybe there is some better way of doing things on Windows but this is the hammer that I've been using and it genuinely works really well for my use case of making YouTube or mpv stop stuttering when a bunch of stuff is pegging all the CPU cores in the background.
1
3