Thanks,
Robby
> _________________________________________________
> For list-related administrative tasks:
> http://lists.racket-lang.org/listinfo/users
>
_________________________________________________
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/users
What I *am* noticing with Racket 5.1 on Debian Lenny is that
progressively changing the DrRacket window layout with mouse drags
(e.g., dragging to resize window, or dragging to move the sash between
the Definitions and Interactions subwindows) is crazy-slow.
Looks like probably the common problem of keeping scheduling more
re-layouts and repaints, even requests for the same are still pending.
A telltale sign is when you pause the drag movement yet see multiple
updates lagging behind the drag. So you end up doing things hundreds(?)
of times more than you have to. I don't think that the speed of the
individual relayouts is a factor. Perhaps the code in Racket is not
doing this, but some old version of a GTK-related library is being dumb.
To give you an idea of how slow... Just now, I used a mouse drag to
resize a new DrRacket window vertically, from screen height to minimal
height. I then took my hand off the mouse and counted 7 seconds while
the re-layouts and repaints caught up. This is on a lightly-loaded 2GHz
dual-core, with a simple GTK theme.
--
http://www.neilvandyke.org/
Is the latest version any better?
> Looks like probably the common problem of keeping scheduling more
> re-layouts and repaints, even requests for the same are still pending.
I think the problem was tracking drag events too precisely. I changed
mouse reporting to "hint" mode (weeks ago), which doesn't report every
single place the mouse visits, and that solved the problem on my
machine.
Sounds to me like that will fix the problem for me. Thanks. It will be
a while before I can install the latest and verify.
--
http://www.neilvandyke.org/
So the slowdown must be specific to Ubuntu 10.10 or your configuration.
Best,
Erich
> I am having a problem with my drracket editor running extremely slow.
I am
> using ubuntu 10.10. I downloaded the latest version of racket (5.1) I
used
> to have (5.0). Ever since then my editor is super slow. I don't know
if
> their is coincidence or the reason why. For example, I try to
highlight 3
> lines of code in the drracket editor and it literally takes 6 seconds
to
> finishing highlighting!(I click and drag the mouse). If I hit enter
say 20
> times then it takes close to a minute to execute all of the enter
commands.
> The bottom part of running the program is fast, it is just the top
part
> (editor) that is slow. Does anyone know what the problem might be?
_________________________________________________
Robby
--
sam th
sa...@ccs.neu.edu
Robby
(Probably I should've installed a nightly build before the release.)