You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid use of the `{...context}` syntax, which appears to have a
significant performance penalty when used in a tight loop.
In addition, apply a few further size and performance optimizations:
skip unpacking $f from the context and instead fully construct it in the
function epilogue.
0 commit comments