Benchmark of 6 XML parsers on Linux

Joshua E. Smith jesmith at kaon.com
Mon May 10 15:11:42 BST 1999


Interesting article.

The speed increase you saw as the Java parser ate bigger documents was
probably due to the JIT compiler, dontchathink?  I wonder what would happen
if you compiled the JIT down to machine code, rather than p-code (like you
can with Symantec's tools on x86).  It'd then be interesting to see how the
Java implementation compares to the C ones.

I also wonder how much of the Perl time is spent starting the interpreter.
Since the primary use of Perl to munch XML is going to be in a web server
environment, I would expect it to be done using a technique like the .PLX
thing my sysadmin guy did on our NT machine (I don't know exactly how that
worked, but it somehow eliminated lots of process startup time and made all
our Perl scripts run much, much faster).


-Joshua Smith


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list