[racket] Strange time function results

From: Neil Van Dyke (neil at neilvandyke.org)
Date: Wed May 16 16:34:37 EDT 2012

You should call "collect-garbage" 3 times before each call to "time".  
That controls for pre-existing garbage a little better.

(I do this in "http://www.neilvandyke.org/racket-shootout/", although I 
should reimplement that stupid package to use "time-apply".)

Neil V.


Posted on the users mailing list.