Hello, I am
creating an application where a lot of entry boxes will be updated “simultaneously”.
In addition to other controls on the screen, there are about 100 entry boxes
that may need to be updated at the same time. I am using a VIA C7
(1.5GHz) processor [motherboard from this site: http://www.logicsupply.com/products/vb7001g]. When
the entry boxes are updated, the screen can take up to 3 seconds to update all
of the text boxes. Is there a way to improve the performance of Gtkmm so
that this isn’t so sluggish (I am compiling without the debug flag with O2
and funroll-loops optimizations)? Thanks, |