(no title)
gajjanag | 2 years ago
1 - https://www.lifewire.com/understanding-compressed-memory-os-... : Apple devices have support for memory compression, see https://opensource.apple.com/source/xnu/xnu-2050.18.24/libke...
2 - Apple devices support something called "jetsam", which basically frees up memory from unused/background apps by killing them in order to keep high priority apps running smoothly: https://developer.apple.com/documentation/xcode/identifying-...
londons_explore|2 years ago
gajjanag|2 years ago
I also do not know if Android combines system libraries into one big file for the savings, something Apple devices do.