I have an app that sometimes loads a lot of data into a gtkTreeView (several
thousand rows). It performs pretty well during user interaction, but if
there is a large amount of data in the treeview, it takes a really long time
to exit.

I'm storing the data in a gtkListStore and a gtkTreeModelSort. I assume the
bottleneck is in freeing memory used by either the TreeView or the
ListStore. Is there any way to speed up destruction of these objects? Or am
I misinterpreting the symptoms here?

John Haiducek
_______________________________________________
pygtk mailing list   pygtk@daa.com.au
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to