[pygtk] odd performance discrepancies
between gtk.ListStore.insert() and gtk.ListStore.append()
Johan Dahlin
jdahlin at async.com.br
Wed Mar 1 23:23:22 WST 2006
> Trying to make a responsive application that works with lots of data
> is hard enough without stumbling on things like this. How can I help
> remove or at least highlight these problems so future development
> doesn't trip over them?
A faq entry explaining performance pitfalls would be very welcome:
http://faq.pygtk.org/
There are a couple of ones related to pixbufs and the garbage collector, but
they're explained in the FAQ. GtkTreeView has a couple of things you need to
pay attention to, such as fixed-height-mode and cell data functions.
--
Johan Dahlin <jdahlin at async.com.br>
Async Open Source
More information about the pygtk
mailing list