On Sat, Feb 2, 2013 at 5:14 PM, Ozgun Ataman <ozata...@gmail.com> wrote:
> If you are doing row-by-row transformations, I would recommend giving a try 
> to my csv-conduit or csv-enumerator packages on Hackage. They were designed 
> with constant space operation in mind, which may help you here.
>
> If you're keeping an accumulator around, however, you may still run into 
> issues with too much laziness.

The cassava package also has a Streaming and an Incremental module for
constant space parsing.

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to