I'm afraid I have to say goodbye to Blogger. I decided to move this blog to my own domain and use Wordpress as blog engine. All posts have been exported to new domain http://fastas3.com/. See you soon!
about writing fast AS3 code
uint(2.33)
than Math.floor(2.33)
. Casting positive number to uint directly is more than 17x (!!!) faster then Math.floor()
.