← Back to context

Comment by londons_explore

7 hours ago

> hibernate in Linux is a complete disaster comparing to windows one

Part of this is that hibernation can't be cancelled mid way, which is dumb. Ideally a computer is like a light switch - you can turn it on and off instantly whenever. To get closer to that, if you turn it off, but then immediately on again, the hibernation should be cancelled and return you to your desktop.

Also, the whole idea of a 'hibernation image' which is read from disk in one huge 10+ second read is best for hard drives. Now that everyone uses SSD, it should all be demand-paged in.