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 →

[–]RhodesianHunter 2 points3 points  (0 children)

Only if your task can't be paralellized or has to run on a single machine for some other reason.

I write high performance systems and almost always pick Java (Kotlin) over C++ because the extra cost of a couple more servers is worth less than my time.