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
Here are some of the performance improvements we've made. Not at pull req quality (I separated them into a branch and haven't fully tested that branch yet), but I wanted to share some of the basic changes.
Much of the savings come from not using forEach. Perhaps the most interesting change is computing a signature for the styles that apply to each feature so that we don't have to compute the styles more than once.
The text was updated successfully, but these errors were encountered:
Here are some of the performance improvements we've made. Not at pull req quality (I separated them into a branch and haven't fully tested that branch yet), but I wanted to share some of the basic changes.
Much of the savings come from not using
forEach
. Perhaps the most interesting change is computing a signature for the styles that apply to each feature so that we don't have to compute the styles more than once.The text was updated successfully, but these errors were encountered: