Originally Posted by
webgeek
Ha, I've not personally been keeping up with any performance tests and the like so I just based my assumption that HTML 5 would be adequate from all the hype. Clearly it's just that, hype :)
With that said, one thing we found very interesting is that our ES5 JavaScript API is MUCH faster than our AS3 version of the same API. This is particularly interesting as we have to jump through a lot of hoops to get our binary protocol working in JavaScript since it lacks the concept of a byte datatype. It's possible this is due to a performance issue with our Flash code but thus far it looks like JavaScript's execution of raw code is just very good.
-Mike