[
Lists Home |
Date Index |
Thread Index
]
- From: "Mark D. Anderson" <mda@discerning.com>
- To: <xml-dev@ic.ac.uk>
- Date: Mon, 10 May 1999 22:22:13 -0700
>1. Java is faster than Perl/Python for _all_ test cases
there are substantial variations in VM performance across
vendor and OS; see:
http://www.javaworld.com/jw-03-1999/jw-03-volanomark.html?022399ibd
Also, for reasons that I can only attribute to laziness on
the part of implementors, java VMs seem to take a ridiculous
amount of time to start up. Beats me what they are doing.
This is particularly striking given that java was first
promulgated for browser applets.
Judging from the level of discussion on various other lists I'm
on, none of java, perl, or python were designed with lightweight,
accurate, and meaningful profiling of their own run time built in.
So people interested in improving performance are left pouring over
the leavings of gprof. Confronted with that, one quickly concludes
it isn't necessary work, because in the real world one
is always waiting on network or disk anyway :).
-mda
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)
|