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 suspect that this is a fixed delay caused by starting a new process etc. The actual execution should not be slower, but loading v8 and node adds some overhead. If you double the loop size, does the time double?
my code
for eval(js)
1 ms
for sandbox
188ms
is there a way to improve the speed?
Thanks
The text was updated successfully, but these errors were encountered: