reagent icon indicating copy to clipboard operation
reagent copied to clipboard

Unroll apply call further?

Open danielcompton opened this issue 8 years ago • 0 comments

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.

screenshot of google chrome 22-12-16 9-01-25 am

danielcompton avatar Dec 21 '16 20:12 danielcompton