Java performance: Difference between revisions

Content deleted Content added
Line 309:
| publisher=[[Dr. Dobb's Journal]]
| date=July 1, 2005
| access-date=January 18, 2011}}</ref>
and [[Exceptionexception handling]],
<ref>{{Cite web
| url=http://www.ddj.com/java/184401976?pgno=17
| title=Microbenchmarking C++, C#, and Java: Exception
Line 315 ⟶ 317:
| date=July 1, 2005
| access-date=January 18, 2011}}</ref> have a similar performance to comparable C++ programs
*Operations on [[Array data type|Arrayarray]]s<ref>{{Cite web
| url=http://www.ddj.com/java/184401976?pgno=19
| title=Microbenchmarking C++, C#, and Java: Array
| publisher=[[Dr. Dobb's Journal]]
| date=July 1, 2005
| access-date=January 18, 2011}}</ref> operations
have better performance are better in C.
*The performance of [[Trigonometrictrigonometric functions]] performance is much better in C.<ref>{{Cite web
| url=http://www.ddj.com/java/184401976?pgno=19
| title=Microbenchmarking C++, C#, and Java: Trigonometric functions