<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 23 February 2013 03:24, Danny Yoo <span dir="ltr">&lt;<a href="mailto:dyoo@hashcollision.org" target="_blank">dyoo@hashcollision.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">&gt;   I wrote a simple script for fannkuch redux.<br>
&gt; <a href="https://github.com/highfly22/fannkuch-redux/blob/master/fannkuch-redux.rkt" target="_blank">https://github.com/highfly22/fannkuch-redux/blob/master/fannkuch-redux.rkt</a><br>
&gt;<br>
&gt;   The result of this script is about 10 minutes in my i7 machine, which is<br>
&gt; better than Python, lua and ruby. Is the result expected? Do I miss<br>
&gt; something?<br>
<br>
<br>
</div>How does it compare to the one in Racket&#39;s benchmarks suite?<br>
<br>
    <a href="http://git.racket-lang.org/plt/blob/HEAD:/collects/tests/racket/benchmarks/shootout/fannkuch-redux.rkt" target="_blank">http://git.racket-lang.org/plt/blob/HEAD:/collects/tests/racket/benchmarks/shootout/fannkuch-redux.rkt</a><br>
</blockquote><div><br>It&#39;s amazing fast. If it is only 6 times slower than C version. If parallelizing the time consuming operations, it would be 2x slower than C version in the four cores CPU.<br><br></div><div>By the way, there is no racket version on the site <a href="http://benchmarksgame.alioth.debian.org">http://benchmarksgame.alioth.debian.org</a><br>
</div><div>Have you submitted this script?<br><br></div><div>Thanks,<br>Haiwei<br></div></div><br></div></div>