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

Javascript Nested Function Performance

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

Dom Parser Chrome Extension Memory Leak

The problem I have developed an extension that intercepts web requests, gets the HTML the web reque… Read more Dom Parser Chrome Extension Memory Leak

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

Filereader Memory Leak

I'm using FileReader to upload image files to a client for data fetching and thumbnails display… Read more Filereader Memory Leak

Jquery Code Causing Memory Leak

The following code is causing a memory leak (you can see this happening the more you hover in and o… Read more Jquery Code Causing Memory Leak

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

Memory Leak In Javascript (chrome)

I'm calling a function 50 times a second, which does some expensive things as it is painting al… Read more Memory Leak In Javascript (chrome)