Thursday, February 9, 2012

custom bitArray decision AS3

A custom "bitArray" made with vectors and uInts is FASTER than
using a bitmapData object as a bitArray... 6X faster... now need to
test my assumptions against a byteArray object to see if my method is also
faster than that.

I would post code... But the bit shifting operators ">>>" break the HTML
in my post and the code and pre tags are not working. :(

1 comment:

  1. Note:
    >>>= and >>> operators are pretty much the same speed. >>> surprisingly seems a little bit faster.

    ReplyDelete