-
-
Notifications
You must be signed in to change notification settings - Fork 95
Description
Hi,
I recently switched from Windows to Linux, and I have noticed that the performance of DrRacket seems to be worse on Linux where simple things like typing in characters can take a while (hundreds of milliseconds to seconds) to display. I have tried to do things that I didn't have to do on windows like disable background expansion, restrict memory, disable debugging support, etc. and nothing seemed to help. The only thing that seems to help is reducing the window size. By doing this, DrRacket becomes more responsive the smaller the window size. This seems strange to me as other Linux text editors and the Gnome terminal seem to handle the larger resolution just fine.
Are there pointers for bits of DrRacket code that might be sensitive to larger text areas that I can try to see if I can make faster?