[
Lists Home |
Date Index |
Thread Index
]
- From: Gabe Beged-Dov <begeddov@jfinity.com>
- To: Marcelo Cantos <marcelo@mds.rmit.edu.au>
- Date: Wed, 14 Apr 1999 21:23:06 -0700
Marcelo Cantos wrote:
> Don't forget string handling. C/C++ handle strings significantly
> faster than Java, and this is generally what one would expect to find
> in an application who's domain involves parsing XML.
>
> One other thing does perplex me. I would have expected I/O bound
> behaviour to level Java and C/C++ rather increase the disparity. I'd
> be interested to know the details.
Java does not expose many of the I/O capabilities that are synonymous with high performance.
Examples include memory mapped files and asynchronous I/O. Heck, it doesn't even expose
non-blocking I/O.
Even ignoring these ommisions, there are other issues with the core libraries that cause
lower performance. Allan Heydon and Marc Najork of the Mercator project (see url below) have
a posted a paper titled "Performance Limitations of the Java Core Libraries" that discuss
both string and I/O related problems (among others).
see bottom of page at:
http://www.research.digital.com/SRC/mercator/research.html
Gabe Beged-Dov
www.jfinity.com
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)
|