@nexus Quote:
But if you insist that the resolution has an important impact, then this is also true (for sure) for QT applications.
Of course the number of pixels has an impact: Given similar CPUs (and bandwidth), if you have 3.4 times the number of pixels to generate & render, then it will take 3.4 times as long (roughly).
Many applications can cheat though, by using hardware acceleration. For example, scrolling can avoid redrawing everything by "just" telling the gfx-card to move a block of pixels (which is much much faster than the CPU doing it).
But web browsing can be very complex to render, so (a) there are less opportunities to optimise it using hardware acceleration, so some pages will be more dependant on the CPU power, and (b) Nokia has more money to spend on optimisation than we do (at one stage OWB was very slow, now it is really quite nice).
@abalaban Quote:
"Qt is fast on a phone, so it *can* be on AmigaOS PPC"
Yes, that was what I was trying to say:
ChrisH wrote Quote:
If QT can work fast on a mobile phone (and yes it does, at least on the Nokia N900) then it should be possible on the Sam440 too. Of course it might require a lot of optimisation work...