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.
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.