↧
ActionScript 3 Performance Testing
Have you ever been curious about performance (benchmark) tests in ActionScript 3? Here are some results gathered from gskinner blog. Performance testing on loops (read more)....
View ArticleA different view on loops – listener-looping
What is the usual practice when searching / setting / operating over some list of item? I think you usually think of iterating over some list (array) or linked list etc. Well, ActionScript has to...
View Article