18 May 14:36
Re: another Newbie performance question
From: Peter Gammie <peteg42 <at> gmail.com>
Subject: Re: another Newbie performance question
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-05-18 12:36:24 GMT
Subject: Re: another Newbie performance question
Newsgroups: gmane.comp.lang.haskell.cafe
Date: 2008-05-18 12:36:24 GMT
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
RSS Feed