mapper.handle(0);
return;
}
// Compute the later step size and the number of threads.
final ProfileInformation profileInfo = cc.profileInformation();
final int STEP_SIZE = Math.max(size() / 10, 1);
final AtomicInteger index = new AtomicInteger();
// Test-convert the first item and measure time. If time and size are above
// a certain threshold, parallelize, otherwise map sequentially. However, in here we