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
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
In doing some simple profiling I noticed that we are allocating a lot of nodes when parsing variable metrics in value records. We're going to need to reduce the amount of nesting here. As illustration, when compiling the variable features for Google Sans, we encounter the following node counts:
In doing some simple profiling I noticed that we are allocating a lot of nodes when parsing variable metrics in value records. We're going to need to reduce the amount of nesting here. As illustration, when compiling the variable features for Google Sans, we encounter the following node counts:
If we can start out by removing
AxisLocation
andLocationSpecItem
that would reduce our allocations by 70%.The text was updated successfully, but these errors were encountered: