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
I was looking through some performance tracing and noticed in Chrome's devtools they now show cumulative times for lines of code. The .apply at the end of case statement got a lot of CPU time relative to other parts of the code (it probably was called a lot more though). There needs to be more validation that this is really a bottleneck worth addressing, but I thought I'd drop it here in the meantime as it seemed worth investigating further.
The text was updated successfully, but these errors were encountered:
I was looking through some performance tracing and noticed in Chrome's devtools they now show cumulative times for lines of code. The
.apply
at the end ofcase
statement got a lot of CPU time relative to other parts of the code (it probably was called a lot more though). There needs to be more validation that this is really a bottleneck worth addressing, but I thought I'd drop it here in the meantime as it seemed worth investigating further.The text was updated successfully, but these errors were encountered: