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
This is a poor benchmark, because the forOf and forEach loops performance accesses to the underlying data, whereas the for-loop and for-loop-cached do not performance these memory accesses, namely only touching the indices of the elements.
This is a poor benchmark, because the forOf and forEach loops performance accesses to the underlying data, whereas the for-loop and for-loop-cached do not performance these memory accesses, namely only touching the indices of the elements.