[racket] slow g^x=h mod p meet in the middle code

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Thu Feb 27 11:07:58 EST 2014

On Thu, Feb 27, 2014 at 11:03 AM, Cristian Baboi
<cristian.baboi at gmail.com> wrote:
> În data de Thu, 27 Feb 2014 17:40:16 +0200, Matthias Felleisen
> <matthias at ccs.neu.edu> a scris:
>
>
>>
>> $ racket yourprogram.rkt
>> cpu time: 21269 real time: 21571 gc time: 14551
>>
>> The Rackety version.
>
>
> DrRacket on my computer
> cpu time: 218495 real time: 225567 gc time: 176686


You really shouldn't run benchmarks inside DrRacket:
http://docs.racket-lang.org/guide/performance.html?q=benchmarks#%28part._.Dr.Racket-perf%29

Sam


Posted on the users mailing list.