Is there any ideas about create HTML DOM object pool?
- by blueion
In RIA, especially very complicate such as google WAVE. For browser's DOM object recycle system is not smart, I think put all DOM object into an object pool maybe a good idea to avoid create too much useless DOM node.
Can anyone give me some advice?