<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 11, 2014 at 9:11 AM, Neil Van Dyke <span dir="ltr"><<a href="mailto:neil@neilvandyke.org" target="_blank">neil@neilvandyke.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
The Racket VM startup time is longer than it used to be, and I no longer use it often as a quick command-line calculator.  (If filesystem and libraries aren't in Linux caches, it's almost 4 seconds before REPL prompt on my workstation.)  That might not have to be a problem for an onion-router, however, even if you're starting up lots of processes (since you might be able to start worker processes before they're needed).<br>
<br></blockquote><div> </div></div>No on topic, I know, but this is probably because of a different amount of code loaded (I'm not sure which version we're comparing against, tho).</div><div class="gmail_extra"><br>
</div><div class="gmail_extra">You could probably try this if you wish to return those days:</div><div class="gmail_extra"><br></div><div class="gmail_extra">  racket -vl racket/base -e '(read-eval-print-loop)'</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">For me that starts up about 4x faster (.1 second vs .4 seconds, but on a machine that has warm caches) than this:</div><div class="gmail_extra"><br></div><div class="gmail_extra">
<div class="gmail_extra">  racket -vl racket/base -e '(read-eval-print-loop)'</div><div><br></div><div>which is roughly an explicated version of the no-command-line arguments "racket".</div></div><div class="gmail_extra">
<br></div><div class="gmail_extra">Robby</div>







</div>