[PATCH/RFC] On the iconview and the speed of directory listing.
Maks Orlovich
mo002j at mail.rochester.edu
Sun May 25 21:35:13 CEST 2003
> It wouldn't be the first one though. It's the easiest way to optimize - add
> checks at the low level instead of redesigning the upper levels.
Yes, but there are cases where this approach wouldn't help. Like, say, what
happens when 20,000 files in a directory get removed. There, QIconView does
pretty much the same removeRef(), only there is no easy way of special-casing
that. (There are internal tools for doing stuff like that fast, BTW --- the
widget can disable the updates and rebuild the containers all at once, but
they're all private... )
> Did you send this patch to TT?
Not yet, will do tommorow morning unless some hacker more experienced in
dealing with TT does that before I wake up ;-)
More information about the Kde-optimize
mailing list