A marker trait that indicates that aStepper can calltrySplit with at worst O(log N) time and space complexity, and that the division is likely to be reasonably even.
A marker trait that indicates that aStepper can calltrySplit with at worst O(log N) time and space complexity, and that the division is likely to be reasonably even. Steppers marked withEfficientSplit can be converted to parallel streams with theasJavaParStream method defined inscala.jdk.StreamConverters.