-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 8/13/10 10:18 , Miguel Morales wrote: > > Eclipse is not snappy, at all. Not even close. KDevelop is > snappy. XCode is snappy enough. Azureus is slow too, you have to > really tune the settings to get some decent performance, same with > Eclipse. Never used Tomcat? It can slow a server to a crawl with > just a few processes. Not all of us can afford top of the line > computers in order to run some software that runs fast in other > programming languages. Do you know that most of the web sites, services and whatever on the internet are powered by Java and by a good percentage by Tomcat? Java = slow is bullishit at least since five years, so please don't spread FUD any longer. > Yes, the java JVM works nicely in a server environment. Again, for > your standard server applications. Subtle things in the GC process > (as previously explained) make it too slow optimal performance. Other FUD. GC is no more a problem, unless a programmer is really ham-handed, since several years.
> That's why java is good for your standard apps, which is what it's > great for. It doesn't push the standard in speed the way C does. This is meaningless given some context. There are plenty of benchmarks around that demonstrates than Java or C are faster. The JIT technology, BTW, allows for higher optimization than C, since it can only optimize statically. Of course, single benchmarks aren't meaningful, since in a real world project one have to do some trade-offs. There are many real-world examples that can be done, just the first one that is public and comes to my mind has been recently presented at Jazoon. See http://jazoon.com/Conference/Thursday/OMullane, slide #40, which I'm copying: Is Java fast enough.. ? On some processors with highly tuned C compilers the C can be faster than java (max factor 2) ?You can play cat and mouse for ever with any specific piece of code .. ? On most Intel?s Java is as fast or faster than C ?JIT(JustIn Time) Compiler with Hotspot remarkable! ? Just one example from Gaia ?Relativity C code running in simulator 10 years on super computer ?The orginal Author rewrote it in java ?Its is ~10 times faster in JAVA ! - -- Fabrizio Giudici - Java Architect, Project Manager Tidalwave s.a.s. - "We make Java work. Everywhere." java.net/blog/fabriziogiudici - www.tidalwave.it/people [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.14 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxlB7MACgkQeDweFqgUGxeVOgCgnbD37bXfa+50WQe9ohcf3Dwq G8AAoIDPZ97nFoICkc9Wdi+r6q61LM1c =qduP -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

