Linked by Kroc Camen on Sat 29th May 2010 20:41 UTC
Thread beginning with comment 427238
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 06/20/13 6:17 UTC, submitted by MOS6510
Linked by Thom Holwerda on 06/19/13 23:02 UTC, submitted by M.Onty
Linked by Thom Holwerda on 06/19/13 22:28 UTC
Linked by Thom Holwerda on 06/18/13 22:33 UTC
Linked by Anonymous on 06/18/13 22:26 UTC
Linked by Thom Holwerda on 06/18/13 22:25 UTC
Linked by Thom Holwerda on 06/18/13 17:45 UTC
Linked by Thom Holwerda on 06/18/13 17:32 UTC, submitted by poundsmack
Linked by Thom Holwerda on 06/17/13 17:58 UTC
Linked by Thom Holwerda on 06/17/13 17:52 UTC
More News »
Sponsored Links



Member since:
2006-07-25
How about this: Name one that does do this "
Easy: Vuze (née Azuereus), Eclipse, Netbeans (though this is one of the better ones). They're the only java apps I commonly use and they are all horribly slow and ugly. The one good (in terms of speed/responsiveness) Java program I've used is Matlab.
Of course, there are slow and bloated C++ apps too, OpenOffice springs to mind, but they seem to be less common. I think that the reason is probably this:
Although it is possible to write efficient Java programs, you can't really do it if you write things in a 'Java' way, i.e. not worrying about memory, using heavy types like Integer, and so on. Consider that when writing Android games, one is advised not to display the FPS, because formatting the string creates a new object each frame! Wtf?!
Fortunately (p)NaCl is language agnostic (unlike JVM). It's also written by google who are pretty bright so hopefully it won't take ages to load like the java plugin.