Originally posted by David Weitzman:
How about building complex Strings?
When constructing complex String, it's usually best to use a StringBuffer. Just concatenating plain old Strings with the '+' operator can get pretty slow if done in repetitively or with large Strings.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Originally posted by Caleb Tower:
My applications use swing heavily and the screens build slower than our old c++ version (not that I'd go back). One screen (JDialog) in particular builds slowly compared to others. I should look at it but have not yet.
Caleb T
I dunno. It seems to me that he has only one screen that is too slow. I would certainly try to optimize this screen instead of expending a lot of effort to move to SWT with uncertain results.Originally posted by Gavin Bong:
Can your app be reengineered to other GUI frameworks? Eclipse.org's SWT framework is more responsive then SWING. But be sure to read the fine-print & legalese in their license - to ascertain the distribution rights of apps build on SWT.
Originally posted by Avi Abrami:
"Issue068" of the Java Specialists' Newsletter
http://www.javaspecialists.co.za/archive/Issue068.html
It does not actually matter which compiler is better, either is terrible. The answer is to avoid += with Strings wherever possible.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
And "avoiding += with Strings wherever possible" is just plain stupid
Originally posted by Avi Abrami:
...I currently feel that there are _so_ many variables that affect performance...
Originally posted by Avi Abrami:
But in any case, Dr. Kabutz is _extremely_ responsive to eMails he receives, so allow me to suggest that perhaps you take up the issue directly with him.
(And perhaps you can let us know the outcome )
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
sadly I am currently so busy with other things of higher priority
Originally posted by Avi Abrami:
What, like participating in this forum? :roll:
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|