GrapheneOS on Nostr: npub1l0mr4…kw988 In order to speed up getting to the usable OS, we do the initial ...
npub1l0mr4f589eztqezmdnf8ckafty40zyklg4sjfasf0zyq52pauk9s4kw988 (npub1l0m…w988) In order to speed up getting to the usable OS, we do the initial compilation with speed-profile using 2 threads which only compiles a tiny portion of the apps included in their baseline and cloud profiles. Afterwards, we compile them properly in the background with 1 thread using the speed mode. We're planning to greatly speed up the initial blocking part at boot by using 4 or more threads on high memory devices. We also want to make app installs use the same 2 part approach.