PDA

View Full Version : Fast xml loading of multiple small files



Thuan Seah Tan
7th March 2012, 07:32
Hi everyone,

I am trying to load 1-2 thousands xml each about 4-5kb in size, and it seems to take a while to parse the xml and loading time seems to vary from 10 seconds to 30 seconds (maybe windows does some caching or files). But in general, I wonder if anyone has tried doing a comparison between QXmlStreamReader's performance and 3rd party xml libraries like RapidXml?

Or has anyone found some neat tricks to get their xml to load faster?

Thuan

high_flyer
7th March 2012, 12:15
If the sequence of the xml loading is not important, you can use threads.