Skip to content Skip to sidebar Skip to footer
Showing posts with the label Memory Leaks

Memory Leak In Node.js Scraper

This is a simple scraper written in JavaScript with Node.js, for scraping Wikipedia for periodic ta… Read more Memory Leak In Node.js Scraper

Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

This is a question that surged from this other one: Best practice to have the same view and store m… Read more Are Stores Created In The Initcomponent Function Memory Leaks Once The Component Is Destroyed Or Will These Stores Be Garbage Collected?

Does Remove A DOM Object (in Javascript) Will Cause Memory Leak If It Has Event Attached?

So, if in the javascript, I create a DOM object in the HTML page, and attach event listener to the … Read more Does Remove A DOM Object (in Javascript) Will Cause Memory Leak If It Has Event Attached?

RequestAnimationFrame Garbage Collection

I'm profiling the following code's memory usage using the Timeline in Chrome Dev Tools v27.… Read more RequestAnimationFrame Garbage Collection