molikto
02/06/2020, 10:58 AMAdam Powell
02/06/2020, 2:20 PMThierry
02/06/2020, 4:18 PMLeland Richardson [G]
02/06/2020, 6:22 PMremember
calls around lambdas automatically.
This helps us, and we think we can do it in a way that doesn’t change developer expectations.
There’s also some other strategies we are considering that are complimentary, where a lambda essentially becomes an @Model, and this means that when the value changes, it can still skip the execution of the composable it is passed into if the lambda is only invoked deeper down the tree, and instead we just skip to the point of invocation. We call this “donut hole skipping”. It’s something we are experimenting with right now but early results point to this being a pretty sizable perf win.