From: Neil Van Dyke (neil at neilvandyke.org) Date: Mon Sep 26 01:34:13 EDT 2011 |
|
Danny Yoo wrote at 09/25/2011 09:24 PM: > I'm observing about a 100ms cost here for something that I expected to > be a no-op, because the module has already been required. > You think you could be taking a small GC hit then? "PLTSTDERR=debug" environment variable might show GC info. Or add debugging printfs that dump "(current-gc-milliseconds)" at each step in program. -- http://www.neilvandyke.org/
Posted on the dev mailing list. |
|