[Vorbis-dev] My Flash 10 attempt

Tor-Einar Jarnbjo tor-einar at jarnbjo.name
Sun Oct 12 07:18:36 PDT 2008


Arek Korbik schrieb:
> It looks like you almost completely changed from using Array to
> Vectors. In my experiments the attempts to parametrize Vector with
> anything else than int, uint, Number or Object caused pretty bad
> performance, plus frequent browser hangs. That might be a bug in the
> flash player v10 but, being too impatient to wait for
> confirmation/fix, I ended up using Vectors only for arrays of integers
> and floats, also resigning from nested/multi-dimensional Vectors as
> that didn't seem to work properly in the flash player, either.
>   
Hi Arek,

thank's a lot for that suggestion. I rewrote the code to only use 
"simple" Vector content, the performance gain was significant and it 
seems as if I'm getting at least closer to your haXe implementation.

The current version can be tested here:

http://flash.j-ogg.de/10/

Tor





More information about the Vorbis-dev mailing list