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

Is $.empty() Enough For Big Ajaxy Apps?

Been working on an App and since it's getting a bit too big I've thinking of ways to improv… Read more Is $.empty() Enough For Big Ajaxy Apps?

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

Heap And Native Memory Allocation In Javascript: How Managed?

JavaScript has Heap (garbage collected) memory, and Native (Typed Arrays, DOM elements) memory. Que… Read more Heap And Native Memory Allocation In Javascript: How Managed?

Memory Implications Of Passing Literals/objects/classes To Functions With Thousands Of Calls

Background A framework I'm writing involves a Figure class calling a function SetTranslate( x, … Read more Memory Implications Of Passing Literals/objects/classes To Functions With Thousands Of Calls

Browser Memory Increasing Constantly With Javascript Ajax Calls

I have a strange behaviour. I am using a rather heavy page (4000 nodes) meant to display a dispatch… Read more Browser Memory Increasing Constantly With Javascript Ajax Calls

'undefined' - If It's Defined As A Primitive Value, What Is It Defined In Terms Of Its Value At The Memory Level?

I understand from MDN that 'undefined' is recognised as a primitive value, which is corrobo… Read more 'undefined' - If It's Defined As A Primitive Value, What Is It Defined In Terms Of Its Value At The Memory Level?