Since FLash 10.x is out for a while now, I’m thinking about updating my code to support typed Vectors instead of Arrays. So I made a small benchmark to get an idea of the difference between the performance of an Array and a Vector. The benchmark creates an array and vector containing int values (assigning […]
Tags: actionscript, array, test, vector