Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Memory usage

From: greggirwin:mindspring at: 18-Oct-2005 14:57

Hi Peter, You can use COPY or CLEAR. If your app is running in a tight loop, you will definitely want to give the garbage collector a chance to run. If it doesn't have to be interactive, you can even add some WAITs in there if you want. RECYCLE is your friend; CONTEXT won't solve your problem. -- Gregg