Talk:Java performance: Difference between revisions

Content deleted Content added
Tronic2 (talk | contribs)
Article non-neutrality: Where exactly?
Line 98:
 
As other posters have pointed out, many parts of the article use biased wording and there is also apparent cherry-picking of benchmarks and benchmark results. I am marking this article POV until the problems are fixed (unfortunately it seems to require a lot of rewriting). [[User:Tronic2|Tronic2]] ([[User talk:Tronic2|talk]]) 14:30, 19 March 2010 (UTC)
: A lot of my time critical code executes in Java (video codecs specifically), but I compile from C++ when I develop (clever macros convert the same source code to either Java or C++). This makes it easy to compare the code speed - as it is the same code. My experience at least is consistent with the article - comparable execution speed in Java and C++. It's worth mentioning that there are a few things I avoid to encourage this - such as no garbage generation / collection. [[User:Stephen B Streater|Stephen B Streater]] ([[User talk:Stephen B Streater|talk]]) 21:25, 19 March 2010 (UTC)