[Haskell-cafe] Data.Binary, strict reading
Felipe Lessa
felipe.lessa at gmail.com
Wed Feb 25 12:31:53 EST 2009
On Wed, Feb 25, 2009 at 2:15 PM, Neil Mitchell <ndmitchell at gmail.com> wrote:
> src <- decodeFile "_make/_make"
> Map.size mp `seq` performGC
Shouldn't you use rnf[1]? Also, there seems to be binary-strict on
Hackage, but I don't know if it is being maintained anymore.
HTH,
[1] http://www.haskell.org/ghc/docs/latest/html/libraries/parallel/Control-Parallel-Strategies.html#v%3Arnf
--
Felipe.
More information about the Haskell-Cafe
mailing list