Monthly Archives: May 2013

Pooling with init : let’s throw ImpactJs classes in the pool.

Hello, I explained a few times ago a quite simple way of recycling the objects created with true Javscript classes. (here). Still there are other classes scheme, and impact -and probably other framework as well-, uses a variant of John Resig’s … Continue reading

Posted in Uncategorized | Tagged , , , | 11 Comments

Let’s get those Javascript Arrays to work fast

Hi, So now let us watch how to handle Javascript arrays with performances in mind. The array object is indeed very powerful, but you need to handle it with care since some quite innocent feature can be have a high … Continue reading

Posted in Uncategorized | Tagged , , | 19 Comments