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
It also stops it from telling you about update notifications, etc. too. I have it set to permanently consider mpv to be a game. I do all that stuff on Windows because it's easier to leave my headphones plugged into it and to have a work computer (Linux) + play computer (Windows).
3