[PyQt] Why does QApplication.processEvents() increase performance?

Fabrizio Milo aka misto mistobaan at gmail.com
Wed Apr 29 19:02:18 BST 2009


My Guess is that the time is spent on creating large object events
queues that then get processed all at once.
In the second approach the queues are smaller and the object could be
reused without being created again.

just guessing though


More information about the PyQt mailing list