[
Lists Home |
Date Index |
Thread Index
]
- From: "Joshua E. Smith" <jesmith@kaon.com>
- To: xml-dev@ic.ac.uk, perl-xml@listserv.activestate.com
- Date: Mon, 10 May 1999 09:07:54 -0400
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@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@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|