At 5/3/10 08:30 PM, dELtaluca wrote: hahaha, haxe.FastList written with caXe for AS3 compilation.
iterating over a large list of ints and summing them:
(AS3) Vector.<Int> = 55ms
(AS3) FastList(int) = 18ms
(haXe) FastList<int> = 16ms
Well, bugger me.
I'm gonna have to get me some fastList. And haXe, for that matter.
In terms of structure, what is fastList anyway?