View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#7
Originally Posted by lostinmirkwood View Post
I really has nothing to do with the memory of the N900, but more because It's written in python; and it's the first program I've written for either maemo or with python. (PyQt)

I've sped it up considerably by using thumbnail views, but in the future I may need to port it to C++ (Qt).
If you're certain the problem is Python, consider using SIP (PyQt's binding generator) for hybrid development - with it you can literally write half your app in C++ and the other in Python. Usually it's faster to just replace the numeric-heavy function than rewrite whole apps.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc