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
In looking into #2991, I noticed that the workers are spending non-negligible amount of time during startup running style validation. Specifically, via 'set layers' ⇢ StyleLayer.create ⇢ StyleLayer#setPaintProperty / StyleLayer#setLayoutProperty.
This is unnecessary work: these layers have already been validated by the main thread. We should bypass validation in the worker.
The text was updated successfully, but these errors were encountered:
In looking into #2991, I noticed that the workers are spending non-negligible amount of time during startup running style validation. Specifically, via
'set layers'
⇢StyleLayer.create
⇢StyleLayer#setPaintProperty
/StyleLayer#setLayoutProperty
.This is unnecessary work: these layers have already been validated by the main thread. We should bypass validation in the worker.
The text was updated successfully, but these errors were encountered: