Anonymous
10/17/2025, 6:36:12 PM
No.106919998
>>106918124
Qt is not slow if you use it right. The problem is that a lot of applications are just GTK applications roughly ported to Qt and still use GTK paradigms.
Converting GLib's "mainloop" system to Qt's event processing system is a pretty big source of performance issues.
Qt is not slow if you use it right. The problem is that a lot of applications are just GTK applications roughly ported to Qt and still use GTK paradigms.
Converting GLib's "mainloop" system to Qt's event processing system is a pretty big source of performance issues.