Re: [racket-users] snappier place startup time

2020-11-24 Thread 'Nathaniel W Griswold' via Racket Users
Cool. If this is indeed the case it might be nice for someone (maybe me) to cut it down, since any nontrivial place will of course require racket/place and that is kind of a long time. Nate > On Nov 24, 2020, at 9:52 AM, Robby Findler wrote: > > DrRacket thinks that there are no references to

Re: [racket-users] snappier place startup time

2020-11-24 Thread 'Nathaniel W Griswold' via Racket Users
Thank you, Matthew. The following code takes around 250ms on my machine. Any idea why? I was expecting it to be fast since the module is based on racket/base. #lang racket/base (require syntax/location) (require racket/place) (module test racket/base (provide place-main) racket (define (