[racket] The performance of fannkuch-redux

From: Danny Yoo (dyoo at hashcollision.org)
Date: Sat Feb 23 22:03:25 EST 2013

>> > 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.


What does the code look like if you add the parallelizing?  Can you
show us?   Thanks!

Posted on the users mailing list.