[plt-scheme] Speed up check-syntax

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Nov 9 10:57:28 EST 2009

The first time you run it, it loads in the documentation indicies.
That might be it. (Watch the status line at the bottom of the screen
and see if that's where it looks like the time is going to know for
sure.)

Robby

On Mon, Nov 9, 2009 at 8:23 AM, Matthias Felleisen <matthias at ccs.neu.edu> wrote:
>
> I have noticed this too. The first time around check syntax is indeed
> painfully slow. The second time+ it is as fast as it used to be.
>
>
> On Nov 9, 2009, at 8:56 AM, Stephen De Gabrielle wrote:
>
>> Hi, I'm refactoring some mred code, and I'm finding check syntax has
>> got painfully slow.
>> Does anyone else experience this and what strategies do you use to
>> avoid the problem?
>>
>> I don't think this is a mred specific issue- just an issue for code
>> with lots of dependencies.
>>
>> Thanks,
>>
>> Stephen
>>
>> --
>>
>> --
>> Stephen De Gabrielle
>> stephen.degabrielle at acm.org
>> Telephone +44 (0)20 85670911
>> Mobile        +44 (0)79 85189045
>> http://www.degabrielle.name/stephen
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.