Re: FW: Xerces performance problems

2003-11-28 Thread Gareth Reakes
Hi, can you take out everything but the parse and measure again? My test program parsing the large file (that you sent to me personally) takes well under 2 seconds. Gareth On Fri, 28 Nov 2003, Peter Guyatt wrote: > Hi There, > > The document is 1.8 Meg but that 2.5 minutes i

FW: Xerces performance problems

2003-11-28 Thread Peter Guyatt
Hi There, The document is 1.8 Meg but that 2.5 minutes is total time to Initialise, parse the document and Terminate the librarys, also it takes about 6 seconds in the Java GUI that I have written. It could be my code but it is virtually a clone of the way I process the DOM tree in java.