Actionscript 3 vector speedups
Mike Chambers has posted a comparison between the performance of AS3 arrays and the new Vectors available in Flash Player 10. The results look good: he managed a 60% speedup. This is very exciting for us at CleVR, because of the potential impact it has on the Stitcher in particular. This uses massive Arrays and lots of nested loops which seem to be just the kind of thing that would benefit from this. I haven’t had a chance to do any benchmarking of my own (hard at work on CleVR Pro) but when I do I’ll post another entry.


March 2nd, 2009 at 5:33 pm GMT
Hi
The new ActionScript features included in the Flash Player 10 are amazing.I mostly liked the support of the data type vector, that I often used in java.It provides performance improvements over using arrays coz all the elements has the same type.
Nice to know that By having a consistent type, performance on Vectors is 60% higher than Arrays.
I would expect nothing less from Adobe
November 16th, 2009 at 6:00 pm GMT
The new ActionScript features included in the Flash Player 10 are amazing.