<div dir="ltr">> <span style="font-size:14.4px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline"><span> </span>I have to sum up values in different lists, and as soon as I try this with large lists the memory usage blows up.</span><div><br></div><div>did you try splitting the list in chunks and summing those chunks?</div><div><br></div><div>there is this chunksOf function:</div><div><a href="http://hackage.haskell.org/package/containers-0.6.0.1/docs/Data-Sequence.html#g:9">http://hackage.haskell.org/package/containers-0.6.0.1/docs/Data-Sequence.html#g:9</a><br></div><div><br></div></div>