AS3: optimize an XMLSocket data handler
ActionScript3A while back ago I realized the importance of variable types and code optimization. I was working on an interactive installation using an Arduino and a Mac Mini. The Mac was communicating with the Arduino through an XMLSocket and was getting data probably about one hundred times per second. The first version of the datahandler [...]