CLIM mail archive
[Prev][Next][Index][Thread]
Re: Moving objects and incremental redisplay
In message <19930928175757.9.SWM@SUMMER.SCRC.Symbolics.COM> Scott McKay writes:
> ...
> CLIM's incremental redisplay facility operates at too low a level to be
> as efficient as the 4 steps above. CLIM doesn't know, for example, that
> you just moved one little object. It has to go figure it out by looking
> at the whole output record tree.
> ...
I really cannot find CLIM to be THAT bad... ;-)
The whole record tree has to be traversed only in
worst case.
If the programmer is careful to supply
enough information via hierarchical use of
updating-output macros, only small parts of the tree
need to be investigated. Isn't it?
Follow-Ups:
Main Index |
Thread Index