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

Memory Overhead Of Empty Array Vs Undefined Var?

var Arr1; var Arr2 = []; (Assume Arr1 starts as an undefined var and it becomes an array later as … Read more Memory Overhead Of Empty Array Vs Undefined Var?

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

JavaScript - Standard In Using New Key Word

This is a question which is related to memory usage and 'new' keyword. I need your suggesio… Read more JavaScript - Standard In Using New Key Word