Re: [Haskell-cafe] Space leak in hexpat-0.20.3/List-0.5.1

2013-04-30 Thread oleg
Wren Thornton wrote: > So I'm processing a large XML file which is a database of about 170k > entries, each of which is a reasonable enough size on its own, and I only > need streaming access to the database (basically printing out summary data > for each entry). Excellent, sounds like a job for S

[Haskell-cafe] Space leak in hexpat-0.20.3/List-0.5.1

2013-04-28 Thread wren ng thornton
Hello all, So I'm processing a large XML file which is a database of about 170k entries, each of which is a reasonable enough size on its own, and I only need streaming access to the database (basically printing out summary data for each entry). Excellent, sounds like a job for SAX. However, afte