i have a custom scaffold based on legacy M3 scaffo...
# compose
m
i have a custom scaffold based on legacy M3 scaffold that was measuring in layout instead of placement. Recently i noticed that M3 Scaffold changed this. My Scaffold is working fine, i’m wondering if the new version is faster than the previous so i would easily refactor it. Need advice
j
You mean measuring in measurement instead of placement? The change doesn't bring real performance benefits, just correctness in some specific scenarios with Lookahead.
👍 1