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

Using Map To Cache For Around 5000 Entries In Javascript Apllication Vs Redis

I have a PRICE_MAPPER table at my DB It has around 5000 entries Price is determined on 3 entry type… Read more Using Map To Cache For Around 5000 Entries In Javascript Apllication Vs Redis

Javascript Nested Function Performance

I have some nested functions such as var freak = function() { var die = function() { ... } … Read more Javascript Nested Function Performance

Firefox Throwing Js Error In For Loop "allocation Size Overflow"

Below is my code Same code is working in local server but not in live. htmlC = ''; … Read more Firefox Throwing Js Error In For Loop "allocation Size Overflow"

Iframes And Memory Management In Javascript

I have links that load pages into iframes. I have been monitoring the accumulation of data in memor… Read more Iframes And Memory Management In Javascript

How Is The Memory Allocation Done For Variables In Scripting Languages?

For example, in javascript I can say var x = 5; Later I can do x = 'a'; and then x = … Read more How Is The Memory Allocation Done For Variables In Scripting Languages?