[racket] The performance of fannkuch-redux

From: Haiwei Zhou (highfly22 at gmail.com)
Date: Sat Feb 23 03:37:05 EST 2013

On 23 February 2013 13:59, Danny Yoo <dyoo at hashcollision.org> wrote:

> >
> > On 23 February 2013 03:24, Danny Yoo <dyoo at hashcollision.org> wrote:
> >>
> >> >   I wrote a simple script for fannkuch redux.
> >> >
> >> >
> https://github.com/highfly22/fannkuch-redux/blob/master/fannkuch-redux.rkt
> >> >
> >> >   The result of this script is about 10 minutes in my i7 machine,
> which
> >> > is
> >> > better than Python, lua and ruby. Is the result expected? Do I miss
> >> > something?
> >>
> >>
> >> How does it compare to the one in Racket's benchmarks suite?
> >>
> >>
> >>
> http://git.racket-lang.org/plt/blob/HEAD:/collects/tests/racket/benchmarks/shootout/fannkuch-redux.rkt
> >
> >
> > It'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.
>
>
> Do you mean the version you've written, or the one in the Racket
> benchmark suite?
>
It's the one in the benchmark suite.

>
>
>
> > By the way, there is no racket version on the site
> > http://benchmarksgame.alioth.debian.org
> > Have you submitted this script?
>
>
> Unfortunately, I hadn't.  I'd completely forgot to do so after the
> Racket Hackathon from Racketcon.
>
> Does anyone here already have an account and can submit it?
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130223/a5fd84e5/attachment.html>

Posted on the users mailing list.