[Haskell-cafe] Re: Space usage problems
Ian Lynagh
igloo at earth.li
Wed Jan 11 09:14:18 EST 2006
On Wed, Jan 11, 2006 at 10:36:47AM +0000, Simon Marlow wrote:
>
> My suggestion: don't use the lazy state monad if you can help it.
But a strict state monad would force everything to be loaded into memory
at once, right?
What would you suggest I use instead?
Or do I just have to tread carefully to keep this optimisation happy
until the GCer is improved?
Thanks
Ian
More information about the Haskell-Cafe
mailing list