[Haskell-cafe] Space leak with recursion

Tom Ellis tom-lists-haskell-cafe-2013 at jaguarpaw.co.uk
Fri Apr 24 08:47:27 UTC 2015


On Fri, Apr 24, 2015 at 10:41:30AM +0200, Martijn Rijkeboer wrote:
> > I don't see where you are updating any state.
> 
> The state contains a sequence number that needs to be incremented,
> but I left that out for brevity...

It's important to see that, because that kind of thing is exactly where
space leaks can hide.

Tom


More information about the Haskell-Cafe mailing list