Questionnez la Communauté
Ask any professional question and get answers from other specialists.
The machine that runs the program has multi-core processor?
The cpu on the machine that will run the program has10 cores(20 logical cpus)
my skills in both languages are intermediate.
Parallelism is one form of Concurrency, where Concurrency means, that task A and task B both need to happen independently of each other, and B starts before A is finished ... Voir Plus
If you are good in C++, you can be a mater in Java but reverse may not be true. So my suggestion is to focus on C++. Good Luck.
It actually depends on the nature of the program. If the program itself is single threaded then the expected gain is zero. In general if you have n parallel threads in yo ... Voir Plus