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
In it's actual state getMinIndex negates the input and calls the function getMaxIndex which is implemented in C and supposedly fast.
The negation decreases speed of getMinIndex slightly as the following benchmark shows:
In it's actual state
getMinIndex
negates the input and calls the functiongetMaxIndex
which is implemented in C and supposedly fast.The negation decreases speed of
getMinIndex
slightly as the following benchmark shows:The text was updated successfully, but these errors were encountered: