Linked by Kroc Camen on Thu 20th Aug 2009 09:43 UTC
Thread beginning with comment 379638
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: independence from X
by PlatformAgnostic on Thu 20th Aug 2009 22:12
in reply to "RE: independence from X"






Member since:
2007-09-08
Qt's raster back-end runs faster on X as well in most cases. The major drawback is increased memory consumption, as each application has to maintain it's own glyph cache for drawing fonts, rather than relying on the X server to do it for them.
Oh, and it completely kills network performance, of course.
Obviously the ideal would be to use OpenGL for everything. Qt's OpenGL back-end beats the raster engine (often by a wide margin), but comes with it's own share of problems.