D
Dan
Using XML::Simple in perl is
extreemly slow to parse big
XML files (can be up to 250M,
taking ~1h).
How can I increase my performance /
reduce my memory usage?
Is SAX the way forward?
Should I consider using (learning)
Expat.c for increased performance?
How long would parsing a 250M XML
file take with Expat?
Thanks for any suggestions you can give,
Dan.
extreemly slow to parse big
XML files (can be up to 250M,
taking ~1h).
How can I increase my performance /
reduce my memory usage?
Is SAX the way forward?
Should I consider using (learning)
Expat.c for increased performance?
How long would parsing a 250M XML
file take with Expat?
Thanks for any suggestions you can give,
Dan.