[pygtk] odd performance discrepancy between
gtk.ListStore.insert() and gtk.ListStore.append()
Gian Mario Tagliaretti
g.tagliaretti at gmail.com
Thu Mar 2 06:34:32 WST 2006
2006/3/1, Lawrence Oluyede <l.oluyede a gmail.com>:
> rhymes a voodoo:~ $ python insert_vs_append.py
> liststore_insert = 0.433752
> liststore_append = 0.529229
> liststore_insert / liststore_append = 0.819593
>
> pygtk is 2.8.4 and gtk 2.8.13
liquid a jupiter ~ $ python insert_vs_append.py
liststore_insert = 0.297864
liststore_append = 0.389541
liststore_insert / liststore_append = 0.764654
gentoo box
same versions as Lawrence
ciao
More information about the pygtk
mailing list