This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: speedy XSLT processor for win


> I'll bet you are chunking out a lot of files.  If so, then
> you are probably I/O bound.

Yep, the number of chunks are above three thousand. The sum size
of the source XML files is 10Mb...

> I get similar results on
> Windows XP when chunking a big book, but xsltproc is about
> 2.5 times faster when I use the non-chunking stylesheet on
> the same book.  That suggests it is the opening, writing,
> and closing of files that is equalizing the two.

Isn't there any way to do the chunking in memory (10Mb should
fit into it!) and write out the files after in a separate run
(maybe faster)?

Thanks,
Goba



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]