You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by S�rgio Carvalho <sc...@criticalsoftware.com> on 2001/01/31 14:01:01 UTC

Re: Relative Speeds of XSL Engines

On Thu, 1 Feb 2001 10:57:30 +0100
"Arnaud Vandyck" <ar...@ressource-toi.org> wrote:
> 
> I'm not sure I really understand these tests! I always hear "Java is slow"
> and in these tests, Java XSLT Processor are sometimes faster than C++
> parsers! Am I right? Did I miss something?.. or maybe missunderstand?

You just missed the last two years of developments on JIT compilers. Java is truly faster than C++ for most data manipulation tasks. I just whish Sun would speed up their implementation of Swing - the GUI toolkit. Too many people think Java is slow because the UI apps are slow, and it is all caused by a poor GUI toolkit (performance-wise).

> 
> --
> Arnaud Vandyck
> <http://www.ressource-toi.org>
> 
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <co...@xml.apache.org>
> For additional commands, e-mail: <co...@xml.apache.org>
> 


-- 
--
Sergio Carvalho
---------------
scarvalho@criticalsoftware.com

If at first you don't succeed, skydiving is not for you

Re: Relative Speeds of XSL Engines

Posted by Arnaud Vandyck <ar...@ressource-toi.org>.
----- Original Message -----
From: "Sirgio Carvalho" <sc...@criticalsoftware.com>
To: <co...@xml.apache.org>
Sent: Wednesday, January 31, 2001 2:01 PM
Subject: Re: Relative Speeds of XSL Engines


> You just missed the last two years of developments on JIT
> compilers.

;)

> Java is truly faster than C++ for most data manipulation tasks.
> I just whish Sun would speed up their implementation of Swing -
> the GUI toolkit. Too many people think Java is slow because the
> UI apps are slow, and it is all caused by a poor GUI toolkit
> (performance-wise).

I do agree but:
1) I do not code in C++ so I can not see differences between the speed of
the two languages;
2) When I code in java, it's often with GUI and it's really slow;
3) When you launch a JVM, it's very slow too;
4) I thought JIT was not always a good think (for small classes if I
remember).

Thank you for your explanations ;)

--
Arnaud Vandyck
<http://www.ressource-toi.org>