From 2e58194080cd0434afbf846b0e9e00e1d132e547 Mon Sep 17 00:00:00 2001
From: Daniel Micay
You may notice that cold start app spawning time takes a bit longer (i.e. in the + ballpark of 100ms) than stock Android, along with higher app memory usage. This is due + to security centric exec spawning model used by GrapheneOS to provide each application + with a unique address space layout, random hardened_malloc heap layout and unique keys + / seeds for other probabilistic exploit mitigations like stack canaries, setjmp + protection and future features like randomized memory tags. Exec spawning doesn't + cause a performance cost after launching an app, and similarly doesn't cause any extra + latency for app spawning if the app was already running / cached in the background. It + isn't very noticeable on flagship devices with a high end CPU like a Pixel 3, and is a + lot more noticeable on a lower end device like a Pixel 3a.
+