(no title)
relium
|
1 month ago
The ones I remember most affecting performance were zeroing allocated memory and the Spectre/Meltdown fix. Also, the first launch of a new app is slow in order to check the signature. Whole disk encryption is pretty fast today, but probably is a bit slower than unencrypted. The original FileVault using disk images was even slower.
mcculley|1 month ago
Isn’t whole disk encryption nowadays done in hardware on the storage controller?
astrange|1 month ago
Zeroing allocated memory is complicated because it also has performance benefits, since it improves compressed swap.