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

Memory Leak In Javascript, Functions Inside Loop

I am looping over a response that I got from an ajax response, the response is an array containing … Read more Memory Leak In Javascript, Functions Inside Loop

Node Redis Publisher Consuming Too Much Memory

I wrote a small redis publisher in node by using node_redis library. After the program is done publ… Read more Node Redis Publisher Consuming Too Much Memory

What Happens To Form / Javascript Data When Browser Window Is Closed?

I have a html form which collects data in input elements and then generates a PDF (using jsPDF) for… Read more What Happens To Form / Javascript Data When Browser Window Is Closed?

Javascript Memory Leak From Closure Lexical Environment

I am trying to understand why the following code causes a memory leak Here is the timeline showin… Read more Javascript Memory Leak From Closure Lexical Environment

Memory Allocation Of A Javascript Array?

If I add a value to the 1000th element of a Javascript array, then is there any difference to addin… Read more Memory Allocation Of A Javascript Array?

Addeventlistener Memory Leak Due To Frames

I have a GreaseMonkey script that works on a site that uses frames as an integral part of its inter… Read more Addeventlistener Memory Leak Due To Frames