| Article: |
Java Desktop Development | |
| Subject: | Swing isn't slow, but... | |
| Date: | 2004-02-27 10:32:53 | |
| From: | coxcu | |
|
Swing isn't slow, but the only way most developers will ever believe that is by seeing Eclipse run quickly under Swing.
|
||
Showing messages 1 through 2 of 2.
-
Swing isn't slow, but...
2004-03-11 00:40:56 salimma [Reply | View]
-
Swing isn't slow, but...
2004-05-19 04:33:11 qwerqwer [Reply | View]
It's Eclipse that's slow, not SWT. You won't see much of an improvement in native compiling a stand alone SWT app because most of the time is in the operating system already. Java is already JIT'd so that won't get much faster either. The only reason to native complie is to build a stand alone executable.





Incidentally, the fact that it uses SWT is probably one of the reasons users compiling Eclipse to native code using GNU Compiler for Java did not report any noticable speed improvement..