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
Use static values for undefined and auto lengths (facebook#47305)
Summary:
X-link: facebook/yoga#1734
X-link: facebook/litho#1030
Profiling in a test app with many undefined lengths shows this saves roughly 33% of time spent in Yoga.
## Changelog
[General][Fixed] Reduce amount of time spent in Yoga by reusing statically defined values in StyleLength::getLength()
Reviewed By: yungsters, mdvacca
Differential Revision: D65207753
0 commit comments