I started an ActionScript Wiki at http://wiki.joa-ebert.com/ with most of the articles from my old optimizations paper and some new stuff.
See it as a knowledge base for ActionScript optimization techniques, data structures and code snippets. I would appreciate any feedback and suggestions for articles in those or other categories.

How about some info on fast socket processing? Or just Socket optimizations in general.
I have to admit this is a very very interesting thing your doing! I’m waiting forward to reading your next articles and code snippets! It is so usefull, the snippet about how to write an object pool is nice!
What about some code implementing various design pattern or something network oriented!
Nevertheless, thanks for sharing with the community
Very nice! Already seeing a lot of new stuff in there. Thank you Joa! Cheers // Eric-Paul.
What do you guys mean in terms of network orientated programming? Examples how to use the Socket class efficiently?
for example! or some Comet implemntation…i don’t know
I think a how to of socket efficiency and optimizations is what i am after.
Socket efficiency and optimization is not so easy to discuss. Reading data from a socket async could be seen as something like a code snippet, but that is it.
The problem is that it matters in most cases how and what kind of data you transmit but the basics are always the same. Maybe I will write something about that.
Sounds good to me. Basics are fine. I know you will post something that I wouldn’t have thought of.
Any way to get an RSS feed for the wiki ?
The recent changes at http://wiki.joa-ebert.com/index.php/Special:Recentchanges has an RSS feed available.
Hi Joa,
Very nice work thanks for making this public. I look forward to adding to it soon.