I decided run some tests comparing perfs of the actual runtime vs v8 runtime.
One thing which worries me quite a bit is the "bridge time".
I have made a test to run this function on an array of 100000 points.
On the current runtime it takes around 60ms. With the v8 runtime it takes around 300ms.
That means a 5x slower runtime in a sense :s
The test was made on simulator.
Dont know if anything can be done about this. Would love to get your view on this
I decided run some tests comparing perfs of the actual runtime vs v8 runtime.
One thing which worries me quite a bit is the "bridge time".
I have made a test to run this function on an array of 100000 points.
On the current runtime it takes around 60ms. With the v8 runtime it takes around 300ms.
That means a 5x slower runtime in a sense :s
The test was made on simulator.
Dont know if anything can be done about this. Would love to get your view on this