iPhone vs Flash
Out of context: Reply #94
- Started
- Last post
- 109 Responses
- Boz0
@kpl
Where is the code he used in his examples and tests..
Vectors and other improvements to AS3 have brought considerable speed increase to AS3..
One example: http://www.mikechambers.com/blog…
Vector performance: 1.824
Array performance: 2.938
Improvement 62.08 %So until we see what code and how he tested that chart means absolutely nothing as in the real world AS3 is considerably faster not to mention it can do a hellava lot more than JS.
When I write JS, it is most likely I will write the same or similar code in AS3, and that's where the code sample is important. If you use same/similar logic to write AS3 app it might perform on par with JS, but if you use AS3 specific things and improvements (such as vectors for example) the results are significantly better.