Fork me on GitHub
#cljsrn
<
2018-01-11
>
vikeri14:01:25

Has anyone found a smart way to debug performance? We run our tests in node and a specific function there takes 3 ms to run. On JSCore on Android the same function takes 495 ms. So optimizing the function execution time in node is pretty difficult.

carocad15:01:35

@vikeri I havent even gotten to that point but what about the general guidelines from the react native docs?

vikeri18:01:02

I just massive increased the size of the collection I iterated over and then V8 also got some problems 😝