Java vs C ++: performance in an application using web services

I am trying to create a consumer application that receives data from various web services. The application must process large-scale data in real time. I have to choose between Java and C ++ only based on performance. Please suggest.

Thank.

+3
source share
3 answers

The performance difference for a website is not as important as the skill set you have. A well-written application in one language will be faster than a not-so-well-written application in another.

IMHO, , ++ , Java , .

, @Jason , . 90% 10% . , ++ , 10% .

, , .

+6

- , , , , -. Java, ++ .

- , ++ . Java JIT .

, Java ++, . Java , . , . ++, , JNI JNA ++, .

+2

, ++, , , Java. .

++ , ++, . Java , Java.

+1
source

Source: https://habr.com/ru/post/1779855/


All Articles