You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came to this site to compare the execution speeds of Java and C++, and I saw the following: the Java source code was the fastest, and the C++ source code didn't even show up in the rankings.
I thought this was odd, so I dug deeper and realized that the algorithm implemented in Java was not implemented in C++.
In the first link, you can see that C++ and Java are properly compared, but in the second link, it doesn't look right because it is compared to the unimplemented C++ code.
After seeing this, I think it shouldn't show up unless there is code implementing the algorithm in another language.
The text was updated successfully, but these errors were encountered:
I've seen it, and now I know which language is faster.
I just think it's strange that the "vs" tab on that page shows the execution speed of language A even when there is no implementation of language B, giving the illusion that language A is much faster than language B.
It's not just java vs c++, it's c++ vs csharp or whatever.
I came to this site to compare the execution speeds of Java and C++, and I saw the following: the Java source code was the fastest, and the C++ source code didn't even show up in the rankings.
I thought this was odd, so I dug deeper and realized that the algorithm implemented in Java was not implemented in C++.
https://programming-language-benchmarks.vercel.app/cpp-vs-java
https://programming-language-benchmarks.vercel.app/java-vs-cpp
In the first link, you can see that C++ and Java are properly compared, but in the second link, it doesn't look right because it is compared to the unimplemented C++ code.
After seeing this, I think it shouldn't show up unless there is code implementing the algorithm in another language.
The text was updated successfully, but these errors were encountered: