Gtk performance

2008-06-11 Thread Gerardo Di Iorio
Hi, i started to make an application in gtk. I have find on the web why gtk is slow and require much memory! Is true? Thanks Gerardo Di Iorio ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Gtk performance

2008-06-11 Thread Tor Lillqvist
I have find on the web why gtk is slow and require much memory! Is true? If you read it on the web, it must be true, yes. --tml ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Gtk performance

2008-06-11 Thread Gerardo Di Iorio
On Wed, 11 Jun 2008 17:37:46 +0200, G Hasse [EMAIL PROTECTED] wrote: On Wed, Jun 11, 2008 at 01:27:34PM +0200, Gerardo Di Iorio wrote: Hi, i started to make an application in gtk. I have find on the web why gtk is slow and require much memory! Is true? You must ask yourself - comparing

Re: Gtk performance

2008-06-11 Thread Gian Mario Tagliaretti
On Wed, Jun 11, 2008 at 6:30 PM, Gerardo Di Iorio [EMAIL PROTECTED] wrote: You must ask yourself - comparing to what? Java? QT? comparing to QT. As Tor already pointed out, if you have read it on the web it _must_ be true. cheers -- Gian Mario Tagliaretti

Re: Gtk performance

2008-06-11 Thread Martin (OPENGeoMap)
Gian Mario Tagliaretti escribió: On Wed, Jun 11, 2008 at 6:30 PM, Gerardo Di Iorio [EMAIL PROTECTED] wrote: You must ask yourself - comparing to what? Java? QT? comparing to QT. As Tor already pointed out, if you have read it on the web it _must_ be true. cheers

Re: Gtk performance

2008-06-11 Thread Michael Torrie
Gerardo Di Iorio wrote: Hi, i started to make an application in gtk. I have find on the web why gtk is slow and require much memory! Is true? Yes, no, maybe. From my experience, speed is really divided into two things: perception and throughput. On the perception side of things, sometimes

Re: Win32 gtk performance sucks (all versions), any suggestions for finding the bottlenecks?

2005-03-25 Thread Hubert Sokołowski
Hi! On Fri, 25 Mar 2005 20:44:16 -0800 (PST) Dave Andruczyk [EMAIL PROTECTED] wrote: I have seen my app run about 10-50x slower on win32 and doing simple things like changing a widgets color or text can max the CPU EASILY on a 1Ghz Win2k install. on linux the cpu penalty is usually less