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
This funtion accounted for ~1 second of the remaining time in my 5000×3
table test case. With this change it's more like 200ms, which is still
not ideal but a lot better.
$.wrapAll seems relatively expensive. I suppose it has to do lots of
extra work that's not necessary when we know we have exactly one element
to wrap at a time.
0 commit comments