[Digikam-devel] [Bug 272031] BQM wastes a lot of memory when adding over 3000 files

Marcel Wiesweg marcel.wiesweg at gmx.de
Sat Apr 30 17:21:49 BST 2011


https://bugs.kde.org/show_bug.cgi?id=272031





--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-04-30 18:21:48 ---
I didn't look in the implementation, but from what you tell the current process
is:
3000 files added -> 3000 thumbnails requested -> 3000 pixmaps stored.

What generally scales very well would be:

3000 files added -> added to a model -> n files displayed -> n thumbnails
requested -> n thumbnails cached -> n thumbnails drawn from cache
where n is small (depending on widget's size)

This is how it's basically done in the main icon view.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list