On 2/26/12 6:10 AM, "Martin Heidegger" <m...@leichtgewicht.at> wrote: > I am not sure how you coded that. I tried it and in my tests custom data > structures [1] were a lot faster (10x). > Did i understand something wrong? > I didn't run your test case, but your array example is creating objects on the fly and stuffing the array, both of which are expensive. In my test, the array is just a sequence of values so the abc code just does a ton of pushXXX then newArray -- Alex Harui Flex SDK Team Adobe Systems, Inc. http://blogs.adobe.com/aharui
- Compiler Array Implementation ( was Adobe / Apache / S... Michael A. Labriola
- Re: Compiler Array Implementation ( was Adobe / A... Alex Harui
- Re: Compiler Array Implementation ( was Adobe... Left Right
- RE: Compiler Array Implementation ( was A... Michael A. Labriola
- Re: Compiler Array Implementation ( w... Left Right
- Re: Compiler Array Implementatio... Left Right
- RE: Compiler Array Implementatio... Michael A. Labriola
- Re: Compiler Array Implementation ( was Adobe... Martin Heidegger
- Re: Compiler Array Implementation ( was A... Alex Harui
- Re: Compiler Array Implementation ( w... Martin Heidegger