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
As seen here, http://jsperf.com/reuse-functions , defining a function once, and then passing the aliased state into it, dramatically improves performance.
So have do blocks defined using this, instead of the current implementation.
The text was updated successfully, but these errors were encountered:
As seen here, http://jsperf.com/reuse-functions , defining a function once, and then passing the aliased state into it, dramatically improves performance.
So have do blocks defined using this, instead of the current implementation.
The text was updated successfully, but these errors were encountered: