Sorry for the somewhat trivial question… but for parallel functions (.each() .some() …), is the resulting sorting guaranteed to be correct?
Or do I have to worry about my software guaranteeing it?
I’ve done some testing on large datasets, and the sorting is always correct, but I’d like to be sure.
Thanks!