Doron, First of all, I can't back this up with hard data. But this is an opinion of experience. If you're that worried about memory usage, your question shouldn't be between gtk and gtkmm. Without actually doing the experiment I can almost guarantee that gtkmm will have a larger memory footprint.
What I can also guarantee is that its not going to be *that* much bigger. If you're that worried about memory usage you should look at gtk vs. other toolkits. Not gtk vs its C++ wrapper. On the other hand, if you're dead set on gtk, then the question should be, "Do the advantages of C++ design outweigh the exact byte count of memory usage?" I tend to assume never, but there's always a case where it might make a difference. I, for one, can't think of a rigorous method for making quantitative comparisons between the two, although, I would be slightly interested in a comparison for novelty's sake. Paul On 12/17/06, Doron Singer <[EMAIL PROTECTED]> wrote: > Greetings, > > There seems to be some problem with the list archives, as I'm sure > this question was asked before, yet I could find nothing in my search. > > In any case, I'm interested in writing a project, using some flavor of > GTK for the UI. The question is, what is the overhead I'll have to pay > (most important is memory footprint at runtime) for using gtkmm? > (compared to the same application with a GTK interface, or just > absolute numbers). Is there any way to find this out other than > actually implementing and then running the application? > > Thanks. > _______________________________________________ > gtkmm-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtkmm-list > _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
