[Haskell-cafe] ANN: lazy-csv - the fastest and most space-efficient parser for CSV

Ivan Lazar Miljenovic ivan.miljenovic at gmail.com
Mon Feb 25 12:23:20 CET 2013


On 25 February 2013 21:47, Malcolm Wallace <malcolm.wallace at me.com> wrote:
> There are lots of Haskell CSV parsers out there.  Most have poor error-reporting, and do not scale to large inputs.  I am pleased to announce an industrial-strength library that is robust, fast, space-efficient, lazy, and scales to gigantic inputs with no loss of performance.
>
>     http://code.haskell.org/lazy-csv/
>
> Downloads from Hackage:
>
>     http://hackage.haskell.org/package/lazy-csv

Note that on your website, you list the Hackage URL as having
"packages" rather than "package"...

>
> This library has been in industrial use for several years now, but this is the first public release.  No doubt the API is not as general as it could be, but it already serves many purposes very well.  I'm happy to receive bug reports and suggestions for improvements.
>
> Regards,
>     Malcolm
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe



-- 
Ivan Lazar Miljenovic
Ivan.Miljenovic at gmail.com
http://IvanMiljenovic.wordpress.com



More information about the Haskell-Cafe mailing list