Post Reply 
Adding functions to Proxomitron
Apr. 24, 2009, 12:12 AM (This post was last modified: Apr. 24, 2009 12:14 AM by lnminente.)
Post: #7
RE: Adding functions to Proxomitron
Polluting the global namespace? hehehe it sounds like many satellites over the proxoworld Big Teeth

The help of proxomitron Wrote:Global variables have a name that can consist of alphanumeric characters (a-z and 0-9) but they must begin with a letter
Using Excel datasheet we could write easily a filter wich sets one hundred variables named from tmp00 until tmp99 to act only in a url specific and watch the memory use of proxomitron. I we add a big string to every variable we could see if proxomitron empties these vars i hope 8)


Sidki3003 Wrote:Also, working with globals is rather time intense, compared to positionals, around factor 5.
I didn't remember that, we need to have it in mind to not have noticeable slowdowns using frequent functions. By know for simply functions we could reserve the \0 for storing the input and the output. Always explaning the vars used in the "Input:" and "Output:" lines in functions list to make it easier to follow.

By other side, thinking in writing a function to add a value to the variable keyword only if that value wasn't add before. Also if it should answer truth always or only that value wasn't there...
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Adding functions to Proxomitron - lnminente - Apr. 23, 2009, 04:54 PM
RE: Adding functions to Proxomitron - lnminente - Apr. 24, 2009 12:12 AM

Forum Jump: