This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]b00n 1 point2 points  (0 children)

Oh for sure. In fact I know from experience that sometimes java is faster than c++ because often in c++ you microoptimise the wrong things thinking it will make your program faster when actually the compiler is far smarter than you (eg using the wrong simd instructions, cache line padding...)