2007-05-31

Faster ListStore

Your are wondering why ListStore.append() is so slow in your code?
No more turtle-soft: disconnect the view and the store by doing TreeView.set_model(None), edit the ListStore, and then reconnect them.

Tadaaa, this is just thousands of time faster here...

0 commentaires: