Monday, January 30, 2017

Garbage Collection in Javascript

What Wiki Says

StackOverflow (SO) says
http://stackoverflow.com/questions/864516/what-is-javascript-garbage-collection

A reliable source of information on garbage collection in Javascript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Memory_Management#Garbage_collection

Understanding how a memory leak can happen in javascript

Insight with example on how to debug a memory leak
http://www.dwmkerr.com/fixing-memory-leaks-in-angularjs-applications

Note: Garbage Collection is different from Automatic Reference Counting. From the name, it may look like a variant of reference counting used as a technique in Garbage Collection

No comments:

Post a Comment