Comment #7 on issue 799 by step...(a)stack.nl: Editing code in Glamour must
be faster
http://code.google.com/p/moose-technology/issues/detail?id=799
Observations
- only code, not text. Text stays fast.
- only editing at the end. At the beginning stays fast.
- source code examples in GLMBasicExamples are mostly short enough, so the
speed drop off seems to be very sudden
- speed loss doesn't seem to be exponential or high O, adding much more
text just makes it a bit slower
- adding dots at the end of the text stays fast
- changing GLMSmalltalkCodelModel isCodeCompletionAllowed from true to
false eliminates the lag, but making the text twice as long again
reintroduces it
- difference between workspace and browser is: workspace remains
responsive, shows directly the text you're typing, highlighting then
happens a second later