We're having this issue: SLURM slow for array job
Is there some way that
collection.stream().someFunction1().someFunction2() etc.
or
Arrays.stream(values).someFunction1().someFunction2() etc.
does cause some multithreading?
We don't have anything like "parallel" or "thread" in our code.
Thanks in advance
Martin
someFunction1orsomeFunction2.stream.someFunction1()exactly? Must we supposemap()?