[length? first system/words] should do it. It starts off around 2191, and you run out at 4096. According to my tests, size or context of a word does not effect performance. I am pretty sure the number of words has no effect also.
--Ryan Philippe Oehler wrote: > Hi all, > > I got a big application did with rebol, 131 ko without core > and i want to count the variables (words) used by my program. > > I have a 1.3 ghz pentium so i dont have problem to use the program. > It's very fast, but i want to know if having a lots of > variables (often not declared as /local to function) uses > a lots of resources (in the case of using the prog with 200Mhz for exemple). > Is the number of variables in memory a big factor for a slow of the > processes. > > Is there a way to count them ? > > Philippe > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. -- Note: When sending me email directly, always make sure to include my name in the message, otherwise my aggressive spam filters may trash it. Ryan Cole * www.iesco-dms.com * 707-468-5400 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
