[racket] Racket 5.1.1 performance issues

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Fri May 20 08:33:01 EDT 2011

Most likely, you have run 'make', but not 'make install', and so the
source files in the collects haven't been precompiled.  Try running
'make install' and you should see much better performance.

On Fri, May 20, 2011 at 8:20 AM, Janus Troelsen <ysangkok at gmail.com> wrote:
> Hi guys,
>
> I'm running a debug build of Racket 5.1.1. I expected poor
> performance, but it is almost unusable:
>
> oh05keny at client102:/nethome/fire01/disc04/users1/oh05keny/Downloads$
> time ~/racket-5.1.1/bin/racket -e '"Hello World"'
> "Hello World"
>
> real    2m9.988s
> user    1m19.825s
> sys     0m0.720s
>
> Is it possible to get better performance while retaining the debug symbols?
>
> Regards,
> Janus Troelsen
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
sam th
samth at ccs.neu.edu



Posted on the users mailing list.