You must search under Library, click on History, and then the first file should be mem2.r
--- Ciao Romano ----- Original Message ----- From: "Aaron Roberts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 09, 2001 8:17 PM Subject: [REBOL] Re: mem2.r > I can't find the mem2.r at the Rebol site. Do you have a web site with it? > > Regards, > Aaron R> > > Romano Paolo Tenca wrote: > > > I have uploaded in the rebol library "mem2.r" with a set of functions to test > > memory usage of everything in rebol. > > I should like to know bug and some results on differents OS. I use W98. > > > > The first things i have discovered is that everything use 16 bytes of memory > > (even a char) because everything is in a block and every position in a block > > use 16 bytes. > > > > A void block ([]) is 32 bytes. > > A simple path (a/b) is 112 bytes. > > A function like help allocates 29040 bytes. > > func [][] allocates 288 bytes. > > use [][] allocates 224 bytes > > make object! [] allocates 176 bytes > > > > A string of len 0 and a string of len 13 uses the same memory, from 14 to 29 > > the memory used is the same, then there is another allocation of 16 bytes and > > so on, so the first 3 byte are used for something else. > > Analog behaviour for issue and others dataypes. > > > > Rebol is 16byte dependent, at least under w98 but i do not think this change > > from os to os. > > > > --- > > Ciao > > Romano > > > > -- > > To unsubscribe from this list, please send an email to > > [EMAIL PROTECTED] with "unsubscribe" in the > > subject, without the quotes. > > -- > Thank you, > Aaron Roberts > Southwest Research Institute > Advanced Simulation Technologies Section > (210)-522-5137 > www.swri.org > > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
