Re: Gtk performance

2008-06-12 Thread G Hasse
On Wed, Jun 11, 2008 at 09:49:46PM +0200, Gian Mario Tagliaretti wrote: > 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

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, sometim

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 http

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 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 -

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

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 http://mail.gnome.org/mailman/listinfo/gtk-ap

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 -- http://www.gerardodiiorio.com ___ gtk-app-devel-list

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 usual

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

2005-03-25 Thread Dave Andruczyk
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 than 10% in most cases.. I've tested this with the GTK+ runtime builds from gladewin32.sf.net