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 would like to measure performance between these methods, especially for amount < length/10. I have a feeling that sample_indicies_inplace will beat sample_inplace since they both require at least one pass of the whole array (for sample_indicies_inplace, it requires it to construct the indices).
The text was updated successfully, but these errors were encountered:
dhardy
changed the title
investigate using sample_iter instead of sample_indicies_inplace
seq optimisation: investigate using sample_iter instead of sample_indicies_inplace
Dec 6, 2017
I would like to measure performance between these methods, especially for
amount < length/10
. I have a feeling that sample_indicies_inplace will beat sample_inplace since they both require at least one pass of the whole array (for sample_indicies_inplace, it requires it to construct the indices).The text was updated successfully, but these errors were encountered: