On Tue, 22 Jul 2003, Jorge Arellano Cid wrote:
GTK+2 : It'd be very interesting to know how much overhead it adds: is it slower?, how much bigger? etc. Please note that one of the main causes for GTK+ being very slow, is GTK+ themes (but they can be avoided!). If someone has these answers, or pointer to docs. it'd be very interesting to follow the thread.
one interesting mail thread about gtk2 signals slowness: http://mail.gnome.org/archives/gtk-devel-list/2001-May/msg00398.html http://mail.gnome.org/archives/gtk-devel-list/2001-May/msg00404.html which also suggests, that using G_SIGNAL_TYPE_STATIC_SCOPE will make gtk2 signals a bit faster. http://developer.gnome.org/doc/API/2.0/gobject/gobject-Signals.html#G-SIGNAL...