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 ciaran.mccann@gmail.com wrote: Hey everyone I am really interested in GWT for a project I am working at the moement. The main benefit

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,

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 ciaran.mccann@gmail.com wrote:

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