Comment Re:A better trick still? (Score 1) 47
If they really want to save battery life and improve performance, they should start by fixing the Windows Updates system so it doesn't try to store half the internet in virtual memory whenever it's downloading updates, because that results in a *lot* of swapping; and relatedly they should rip out the Eight/Ten/Eleven virtual memory subsystem and replace it with something that occasionally swaps out a page that is NOT going to be the very next one needed. Even the NT vm system that Seven had, was better, and that is pretty dire. (This happens to be an area where Linux does pretty well, at least in my experience, although of course no vm system will ever be as good as just having enough physical RAM to hold everything.)
Oh, and they need to add an API for third-party installers to call to say "here is the URL to check for a list of updates in this publicly documented format", so their new Windows Updates subsystem that they need to rewrite from scratch anyway, can also handle updates for third-party web browsers and PDF viewers and so on and so forth, so there aren't a dozen different update services running in the background all the time.