XArchiver on-disk read-cache.

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Wed Apr 12 17:18:38 CEST 2006


Stephan Arts wrote:
> This is a good idea, will implement a GtkTreeModel for that.
> 
> But i need to convince Giuseppe to drop some data to improve
> performance. We had a little discussion about that a while ago, and he
> did not like the idea of losing 'usefull' information.

First, try to store them as integers if possible (i.e. size, date,
etc.), that should reduce memory usage already.

BTW1: You're leaking the list store in xa_main_window_set_list_interface().

BTW2: Remember to use fixed column sizes for the tree view, otherwise
it'll take too long automatically layout 60k rows.

> Stephan

Benedikt



More information about the Xfce4-dev mailing list