Re: Google Web Toolkit JavaScript Vs hand Crafted JavaScript benchmark

2010-08-01 Thread Stefan Bachert
Hi,

the question as it comes with the topic is not really what you and
other want to be answered.

Hand crafted javascript is always able to be as good or better then
GWT output, just because it is possible to do the same as GWT.
(What ever one considers to be "good" or "better", performance,
startuptime)

The real question is, do we get better javaScript output with the same
effort.
In generall you get good concepts for free using GWT (reducing
download time, css sprites, code splitting, security and so on).
However, in very special cases pure JavaScript may be the better
approach (until someone comes up with an appropriate GWT project)

Stefan Bachert
http::/gwtworld.de

Inquiries for professional GWT support are welcome.
I am sorry, I won't do free personal support.

On 26 Jul., 17:38, Ciarán  wrote:
> Hey everyone I am really interested in GWT for a project I am working
> at the moement. The main benefit for me is the fact that I don't have
> to write JavaScript which I really dislike, but then I was thinking
> would the code produced by GWT be slower then hand crafted JavaScript
> so I ran a benchmark, the results of which I posted herehttp://bit.ly/cxo4dS
> some very interesting results when running it on the iphone.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Google Web Toolkit JavaScript Vs hand Crafted JavaScript benchmark

2010-08-01 Thread Ciarán
The second part of my benchmark is out now, with figures from Windows
XP, Chromium OS, Android, Symbian  OS
http://bit.ly/aYqWAo

On Jul 26, 4:38 pm, Ciarán  wrote:
> Hey everyone I am really interested in GWT for a project I am working
> at the moement. The main benefit for me is the fact that I don't have
> to writeJavaScriptwhich I really dislike, but then I was thinking
> would the code produced by GWT be slower then hand craftedJavaScript
> so I ran a benchmark, the results of which I posted herehttp://bit.ly/cxo4dS
> some very interesting results when running it on the iphone.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Google Web Toolkit JavaScript Vs hand Crafted JavaScript benchmark

2010-07-27 Thread Arthur Kalmenson
I'd be interested to see how much faster this runs with GwtQuery
instead of vanilla GWT. GwtQuery doesn't try to emulate the Java
collections API so the code is much smaller and potentially faster.

--
Arthur Kalmenson



On Mon, Jul 26, 2010 at 11:38 AM, Ciarán  wrote:
> Hey everyone I am really interested in GWT for a project I am working
> at the moement. The main benefit for me is the fact that I don't have
> to write JavaScript which I really dislike, but then I was thinking
> would the code produced by GWT be slower then hand crafted JavaScript
> so I ran a benchmark, the results of which I posted here http://bit.ly/cxo4dS
> some very interesting results when running it on the iphone.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Google Web Toolkit JavaScript Vs hand Crafted JavaScript benchmark

2010-07-26 Thread Ciarán
Hey everyone I am really interested in GWT for a project I am working
at the moement. The main benefit for me is the fact that I don't have
to write JavaScript which I really dislike, but then I was thinking
would the code produced by GWT be slower then hand crafted JavaScript
so I ran a benchmark, the results of which I posted here http://bit.ly/cxo4dS
some very interesting results when running it on the iphone.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.