Talk:Java performance: Difference between revisions

Content deleted Content added
GreenC bot (talk | contribs)
Add {{reflist-talk}} to #Program Speed (via reftalk bot)
Line 347:
 
Cheers.—[[User:InternetArchiveBot|'''<span style="color:darkgrey;font-family:monospace">InternetArchiveBot</span>''']] <span style="color:green;font-family:Rockwell">([[User talk:InternetArchiveBot|Report bug]])</span> 23:21, 22 November 2017 (UTC)
 
== Most of the memory use section is really odd nitpicks ==
 
For example, "if the size of an object is not 8, it is rounded up to 8" is not just something Java does -- it's C++ and other such languages too. Citing this as a Java thing is not exactly prudent. As well, the lack of address arithmetic (as said in article) is simply a consequence of a GC-based language, and most of the structures listed aren't something I see as necessitated.
 
The memory use of the JVM and such are per-implementation, and therefore not something that can be broadly said to apply to Java.