On 3 Oct 2023, at 10:02 pm, David Banas <capn.freako@gmail.com> wrote:Hi all,If this code:f5Rslts = map (f5 (n-1) startingMinScore startingMaxScore (otherColor clr) 0) newBoards `using` parList rdeepseqtotalMoves = sum $ map snd f5Rslts -- Attempt at parallelization yielded no perf. improvement.is yielding a fizzled spark ratio of about 0.3,does it imply that the sum begins pulling from the list, before the sparks have had a chance to compute the first third of the list elements?