Garbage Collection in JavaScript
The best way to improve our coding/learning skills is by re-iterating the same or similar task so that the concept has been absorbed completely. Thus I started out with a 151 days coding challenge from 1st Jan 2021. I have been learning at least 1 to...
supminn.hashnode.dev5 min read
Peter Singh
Nice article dude,
Garbage Collection, is one of those things that is either taught in passing or mentioned once and you just get curious about it. In my curiosity I did manage to find this excellent article that also helped visulise some of the different GC methods. spin.atomicobject.com/2014/09/03/visualizing-garb… I am going to pinch the gif for Mark-Sweep Collection and stick it here, just because its relevent. <img src="spin.atomicobject.com/wp-content/uploads/MARK_SWE…