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
Benchmarks have shown that even for 100 elements, calculating each shuffled index individually is about 10 times slower than shuffling the whole list in a single batch. For non-light clients such as ours, this can be a great improvement in block processing times.