Re: KIconLoader Optimization Idea
Michael Olbrich <[email protected]> Mon, 6 Jun 2005 18:47:46 +0200
| Newsgroups | gmane.comp.kde.devel.optimize |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 06, 2005 at 06:15:12PM +0200, Alexander Neundorf wrote: > Maybe a binary archive of all/many/most used icons which is autogenerated when > icons are installed and which can be mmaped might be another idea (like > ksycoca). Disk space is cheap, maybe they could even be cached uncompressed. Interresting. But that won't work when an application changes search path and order. The question is, how many applications do that, and for what? Maybe use this as a fast path and fall back to the current system when the application changes the search paths. It should work at least with menu and toolbar icons, right? Michael