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. :(
Note:
ReplyDelete>>>= and >>> operators are pretty much the same speed. >>> surprisingly seems a little bit faster.