Max
Max

Reputation: 51

Qt vs GTK+ performance

Is there anybody compared the performance of Qt apps and Gtk+ apps in different platforms? e.g.:create the same layout windows or paint the same 2D/3D graphics with 1000 times.

Upvotes: 5

Views: 4650

Answers (1)

Chris
Chris

Reputation: 1066

There is no standard benchmark for speed, as both libraries do things in different ways. Each library has its strengths and weaknesses in terms of performance (Does GTK have a graphicsview type api?)

Upvotes: 2

Related Questions