Results 1 to 4 of 4
-
1st Jun 2012, 01:42 PM #1OPMemberWebsite's:
maxneeds.infoJavascript clean var and save memory?
Hi guys.
Sometimes i have really big vars that take a lot of memory.
I am nulling them like this ?
Code:var myvar='some big stack'; myvar=null;
Some people say that myvar=false or myvar=undefined will do the trick.
Any thoughts?
ThanksPorsche_maniak Reviewed by Porsche_maniak on . Javascript clean var and save memory? Hi guys. Sometimes i have really big vars that take a lot of memory. I am nulling them like this ? var myvar='some big stack'; myvar=null; The thing is that i am not sure if that works. Rating: 5
-
1st Jun 2012, 02:32 PM #2
-
1st Jun 2012, 03:22 PM #3Respected MemberCode:
delete variable_name;
-
2nd Jun 2012, 10:39 PM #4OPMemberWebsite's:
maxneeds.infodelete is possible only for global vars...
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
CPM ads networks that is clean.
By polse01 in forum Webmasters, Money MakingReplies: 6Last Post: 6th Mar 2012, 12:43 AM -
how to clean dns cache
By khan007 in forum Server ManagementReplies: 3Last Post: 29th Sep 2011, 05:59 PM -
Too clean
By Kr?niiK in forum Graphics AreaReplies: 5Last Post: 28th Feb 2011, 10:19 PM -
[VPS] need clean vps
By kaminas in forum ArchiveReplies: 6Last Post: 2nd Feb 2011, 11:28 AM -
Clean Start Anyone ?
By Dice in forum Community CooperativeReplies: 0Last Post: 16th Feb 2009, 11:46 PM
themaPoster - post to forums and...
Version 5.22 released. Open older version (or...