ascii
09/08/2023, 8:31 AM@NonRestartableComposable
to all my 173 composables to see how much could I theoretically save. ~200 KB it seems.
Not sure if I expected it to be higher or lower, but I wonder what would impact this more? The number of composables, or total parameters?svenjacobs
09/08/2023, 10:21 AMThis may be desirable for small functions which just directly call another composable function and have very little machinery in them directly, and are unlikely to be invalidated themselves.
ascii
09/08/2023, 10:33 AMjust for curiosity's sake