Reading List
Random thoughts on JavaScript performance, garbage collection, and object pooling from Liza Shulyayeva RSS feed.
Random thoughts on JavaScript performance, garbage collection, and object pooling
Let’s talk about garbage collection.
I love JavaScript, but I wish it gave me more control over these things. I am on a quest to minimize garbage. Last week’s Sthlm.js meetup gave me some more insight, at least in regards to Chrome. Paul Lewis gave a talk that covered garbage collection in part. You can see it here.