RE: [Haskell] Current XML libraries status

Redirected to haskell-cafe, since that's where all discussions should go (haskell = announcments only)
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.
For my XML needs, I ended up just using the TagSoup library to extract the parts I wanted. At least this allows lazy processing of large files (a typical file is in the 1 to 4 GB range).
Performance is acceptable, and Neil is rumored to have a plan to improve it further.
I have a plan, I have the pseudo-code, and I have the notes. I currently don't have the time - but hopefully I'll find the time at some point. Thanks Nmeil ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html ==============================================================================
participants (1)
-
Mitchell, Neil