Re: [racket] Racket 5.1.1 performance issues

2011-05-20 Thread Sam Tobin-Hochstadt
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 wrote: > Hi guys, > > I'm running a debug build of Ra

[racket] Racket 5.1.1 performance issues

2011-05-20 Thread Janus Troelsen
Hi guys, I'm running a debug build of Racket 5.1.1. I expected poor performance, but it is almost unusable: oh05keny@client102:/nethome/fire01/disc04/users1/oh05keny/Downloads$ time ~/racket-5.1.1/bin/racket -e '"Hello World"' "Hello World" real2m9.988s user1m19.825s sys 0m0.720s Is