[Haskell-cafe] Substantial (1:10??) system dependencies of runtime performance??
Erik de Castro Lopo
mle+hs at mega-nerd.com
Sun Feb 3 04:04:27 CET 2013
Ozgun Ataman wrote:
> If you are doing row-by-row transformations, I would recommend
> giving a try to my csv-conduit
I was using csv-conduit.
> If you're keeping an accumulator around, however, you may still
> run into issues with too much laziness.
This was the problem which I solved with deepseq-generic. However,
I suspect deepseq-generic was a bigger hammer than was actually
needed.
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
More information about the Haskell-Cafe
mailing list