Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 08/30/19 in all areas

  1. My latest free plugin good for large table data storing commands and functions are http://robobest.com/wp-content/uploads/2014/04/bigdatacommands.png http://robobest.com/wp-content/uploads/2014/04/bigdatafunctions.png Please make sure to look at the example code to see how everything works. you can get the plugin here http://robobest.com/2014/04/26/free-plugin-large-datatables/ if you have already downloaded one of my plugins you should have a email shortly
    1 point
  2. Indeed, Refactor your code into functions or commands and set all that you possibly can to local even if your not threading. If you find your self copying and pasting like a set command more than once turn it into a function or command. What happens in a function is that the memory slot is gone after use, meaning there is no build up of memory as in the case of making several set commands. Stick all your "global" variables in a list or some kind of dictionary instead of a bunch of variables that are sucking up memory and building with each reference to them. in a list called %globals
    1 point
×
×
  • Create New...