[racket] disable garbage collection

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Thu Jun 2 16:16:00 EDT 2011

Stephen Chang wrote at 06/02/2011 03:48 PM:
>> An even simpler thing to do, which won't give you hard-real-time guarantees but will work most of the time, is to allow the programmer to say "Please garbage-collect NOW"
>>     
>
> Are you referring to collect-garbage?
>   

Matthew suggested that calling it *multiple times* in a row might be 
appropriate:
http://lists.racket-lang.org/users/archive/2010-October/042232.html

-- 
http://www.neilvandyke.org/


Posted on the users mailing list.