[Haskell-cafe] another Newbie performance question

Peter Gammie peteg42 at gmail.com
Sun May 18 08:36:24 EDT 2008


You want to lazily read a CSV file? I had a crack at writing a module  
for that:

http://peteg.org/blog/AYAD/Project/2008-04-11-LazyCSVParser.autumn

It is not quite RFC compliant (I believe that is clearly commented  
upon).

As I say there, anything based on (older versions of) Parsec is likely  
to be too strict in the general case.

cheers
peter


More information about the Haskell-Cafe mailing list