Fastest way to populate a complete Matrix3D (initialize a Vector)
I wanted to find out the fastest way to populate a complete Matrix3D this really comes down to the fastest way to initialize a Vector. I made a quick bench mark the results where interesting to know: test1: 2078ms var m1:Vector.<Number> … Continue reading