[Haskell] Current XML libraries status

Donnie Jones donnie at darthik.com
Thu Oct 23 19:09:59 EDT 2008


Hello Krasimir,

There is also the xml package from Galois:
  http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xml

Hope that helps.
__
Donnie

2008/10/23 Krasimir Angelov <kr.angelov at gmail.com>

> Hi,
>
> Does some one have made performance tests on the different XML libraries
> for Haskell? I have a 20MB xml file that I want to read. I remember from my
> earlier experiments (years ago) that all libraries were too slow and were
> consuming too much memory. I hoped that this situation had changed but maybe
> not. I looked at HaXML, libxml, HXML and HXT. HaXML eats a lot of memory and
> is still very slow. libxml is unfinished binding to the C library. Currently
> it only allows to create documents. HXML seems to be very promising. It
> works fast and it doesn't eat memory. Unfortunately it is that it seems to
> be rather old. It uses its own Arrow and Tree libraries instead of the
> standard libraries. I have not jumped into HXT yet because it seems to be
> very large library. Could someone recomend which one is the state of the
> art?
>
> Best Regards,
>   Krasimir
>
>
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell/attachments/20081023/bc393ded/attachment.htm


More information about the Haskell mailing list